Giter Site home page Giter Site logo

yuriescl / ttm Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 77 KB

Tiny task manager for Linux, MacOS and Unix-like systems. Written as a single Python script.

License: MIT License

Python 100.00%
docker podman process-manager python supervisor supervisord systemd task-manager

ttm's People

Contributors

yuriescl avatar

Stargazers

 avatar  avatar

Watchers

 avatar

ttm's Issues

v1 Roadmap

  • shorten readme gif duration
  • add memory usage per task
  • create ttmd, an optional daemon with features like scheduling and autorestart
  • package software into .deb, .rpm, etc
  • add ls-logs file listing log files instead of contents
  • add support for --param= syntax
  • add timeout to stop()
  • add automated checks/tests via GitHub actions?
  • allow specifying number of lines in 'logs'
  • allow specifying which columns to display in ls
  • .ini file - https://docs.python.org/3/library/configparser.html
  • add -q global flag
  • allow start/stop/rm non-parallel
  • test in other Unix-like systems
  • add busy interval parameter used in busy loops
  • add JSON CLI input/output support
  • allow 'ls' sorting
  • add scheduling support?
  • add --shellprog param to specify which shell to use in case of -s
  • add --cwd param

Improve ValueError handling, maybe switch to Startstop Exception

$ startstop run --name uvicorn

Traceback (most recent call last):
  File "/home/yuri/.cache/pypoetry/virtualenvs/polbox-requests-lTwMA7Ai-py3.10/bin/startstop", line 8, in <module>
    sys.exit(main())
  File "/home/yuri/.cache/pypoetry/virtualenvs/polbox-requests-lTwMA7Ai-py3.10/lib/python3.10/site-packages/startstop.py", line 1029, in main
    raise ValueError("command is None")
ValueError: command is None

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.