Coder Social home page Coder Social logo

xavierog / moulti Goto Github PK

View Code? Open in Web Editor NEW
105.0 1.0 4.0 5.2 MB

Moulti is a CLI-driven Terminal User Interface (TUI) displaying arbitrary outputs inside visual, collapsible blocks called steps.

License: MIT License

Python 97.99% Shell 1.31% Dockerfile 0.70%
cli curses multiplex output script steps terminal tui moulti textual

moulti's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

moulti's Issues

[feat] `?` help dialog

Would be nice to have a help pop-up window when I hit ?.
The bottom menu doesn't contain keybindings such as ⬅️ and ↩. It took me a while to figure out how to expand/collapse an individual item without the mouse.

Debian 12 - Pip issue

Hello,

Amazing job ! But since Debian 12, you can't use pip directly anymore, you should specify to create a venv to be able to run.
Or maybe to install the debian equivalent packages.

Which step would one take to integrate an existing Makefile with moulti?

Hello,
Thanks for creating this software!
Which step would one take to integrate an existing Makefile with moulti?

One possibility might be to use script scrip.txt make configure build to get the make output to go to a text fail, then tail that file to moulti.
However, how to differentiate Makefile steps ? Should I instrument the makefile to emit markers ?

Also, how to do all that in the same terminal instead of multiple ones?

Best,

Ansible-side change breaks Moulti's Ansible integration

MOULTI_RUN_OUTPUT=harvest moulti run ansible-playbook some-playbook.yaml yields:

moulti_run_output:
ERROR! Unexpected Exception, this is probably a bug: cannot import name 'proxy_display' from 'ansible.utils.display' (/usr/lib/python3/dist-packages/ansible/utils/display.py)
to see the full traceback, use -vvv

Ansible-side, the change is ansible/ansible@437457e and matches v2.17.

Thanks to @kyokley for spotting this.

Non-optimized Python interpreters make Moulti slow

Hello,
I really like the principle of that script! However, it is very slow on macOS. not sure why.

script used to time

Here is the one-liner I used:

time (ops=("one" "two"); source ./moulti-functions.bash; if moulti wait -d 1 -m 1; then for needle in "${ops[@]}"; do moulti_exec echo $needle; done; else for needle in "${ops[@]}"; do echo $needle; done; fi)

time with moulti init running in other term

2024-05-06T16:47:41,242301000+02:00
2024-05-06T16:47:41,960421000+02:00

real	0m1.630s
user	0m0.324s
sys	0m0.165s

time without moulti

Giving up.
one
two

real	0m0.178s
user	0m0.041s
sys	0m0.018s

Best,

[feat] indicator when scroll is locked

Right now, I can't tell if the scroll is locked or not.
Also, when scroll is locked, the bottom menu still stays l Lock scroll for some time. I guess it would be better if it said l Unlock scroll

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.