Coder Social home page Coder Social logo

Comments (4)

pazz avatar pazz commented on July 20, 2024

i took the dirty road:
ui.prompt accepts a list of strings as history parameter and captures curser up/down accordingly

from alot.

pazz avatar pazz commented on July 20, 2024

maybe at some point we want a persistent history that is read from a file somewhere

from alot.

0x64746b avatar 0x64746b commented on July 20, 2024

Maybe you just wanna use readline[0]?

Somewhat related:
Just saw a bit of very impressive code parsing commands, doing tab completion and everything for free. Uses python's cmd module[1].


[0]http://docs.python.org/library/readline.html
[1]http://docs.python.org/library/cmd.html

from alot.

pazz avatar pazz commented on July 20, 2024

yes and no: since we use urwid, input is handeled by urwid, so you can't use readline directly but must use urwid.mainloop.get_input or something.
@cmd: early prototypes of alot actually used cmds successor cmd2. the problem here is, that cmd is hardwired to use readline or input or whatnot, point being it always directly reads from stdin, which renders it partly useless for our purpose because you can't use its input facilities and thus its tabcompletion for example.
Also, atm alot lacks a terminal like continuous output, you can only stack notification lines.
It might at some point prove promising to reattach cmd2 to alot. I removed it because i could not use most of its
features anyway. If you can bend cmd ord cmd2 to read and write from/to custom streams instead of sys.sdtin/sys.sdtout we would be better of.

from alot.

Related Issues (20)

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.