Giter VIP home page Giter VIP logo

public's Issues

请问关于补全和"上"键问题

你好, 使用shell模式的时候 点击 "上" 或 "下"键的时候, 本该显示左右的命令, 但却被类似 ^[[A ^[[B 取代了, 请问怎么可以解决这个问题呢?谢谢

LICENSE

Is this code MIT licensed? If so, could you please include a LICENSE file?

关于myssh包里面 如何读取交互终端的操作记录命令

你好,我看myssh.go中有个Enter方法 传入w io.Writer, r io.Reader接口就行,然后分别读取终端输入 然后写入到输出.但是r.ListenStdin()和w.Run()之后 登录机器后 不支持tab键和方向键
部分代码如下:

	var w *myssh.MyWriter
	var r *myssh.MyReader
	w = myssh.NewWriter()
	r = myssh.NewReader()

	session.Stdout = w
	session.Stderr = os.Stdin
	session.Stdin = r

        r.ListenStdin()
	w.Run()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.