All Projects → sloria → Doitlive

sloria / Doitlive

Licence: mit
Because sometimes you need to do it live

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Doitlive

Bat
A cat(1) clone with wings.
Stars: ✭ 30,833 (+903.35%)
Mutual labels:  cli, command-line, hacktoberfest
Executor
Watch for file changes and then execute command. Very nice for test driven development.
Stars: ✭ 14 (-99.54%)
Mutual labels:  cli, command-line, hacktoberfest
Terjira
Terjira is a very interactive and easy to use CLI tool for Jira.
Stars: ✭ 713 (-76.8%)
Mutual labels:  cli, command-line, hacktoberfest
Caporal.js
A full-featured framework for building command line applications (cli) with node.js
Stars: ✭ 3,279 (+6.7%)
Mutual labels:  cli, command-line, zsh
Pypistats
Command-line interface to PyPI Stats API to get download stats for Python packages
Stars: ✭ 86 (-97.2%)
Mutual labels:  cli, command-line, hacktoberfest
Sultan
Sultan: Command and Rule over your Shell
Stars: ✭ 625 (-79.66%)
Mutual labels:  cli, command-line, zsh
Laminas Cli
Console command runner, exposing commands written in Laminas MVC and Mezzio components and applications
Stars: ✭ 25 (-99.19%)
Mutual labels:  cli, command-line, hacktoberfest
Xonsh
🐚 Python-powered, cross-platform, Unix-gazing shell
Stars: ✭ 5,327 (+73.35%)
Mutual labels:  cli, command-line, hacktoberfest
Navi
An interactive cheatsheet tool for the command-line
Stars: ✭ 10,055 (+227.2%)
Mutual labels:  cli, command-line, hacktoberfest
Pyinquirer
A Python module for common interactive command line user interfaces
Stars: ✭ 1,151 (-62.54%)
Mutual labels:  cli, command-line, ipython
Clifx
Declarative framework for building command line interfaces
Stars: ✭ 900 (-70.71%)
Mutual labels:  cli, command-line, hacktoberfest
Zoxide
A smarter cd command. Supports all major shells.
Stars: ✭ 4,422 (+43.9%)
Mutual labels:  cli, command-line, zsh
Cliwrap
Library for running command line processes
Stars: ✭ 1,057 (-65.6%)
Mutual labels:  cli, command-line, hacktoberfest
Spectre.cli
An extremely opinionated command-line parser.
Stars: ✭ 121 (-96.06%)
Mutual labels:  cli, command-line, hacktoberfest
Starcli
✨ Browse GitHub trending projects from your command line
Stars: ✭ 269 (-91.25%)
Mutual labels:  cli, command-line, hacktoberfest
Editly
Slick, declarative command line video editing & API
Stars: ✭ 3,162 (+2.9%)
Mutual labels:  cli, command-line
Gitmoji Changelog
A changelog generator for gitmoji 😜
Stars: ✭ 250 (-91.86%)
Mutual labels:  cli, hacktoberfest
Cli
A simple, fast, and fun package for building command line apps in Go
Stars: ✭ 16,995 (+453.04%)
Mutual labels:  cli, command-line
Ff
Find files (ff) by name, fast!
Stars: ✭ 257 (-91.64%)
Mutual labels:  cli, command-line
Gif For Cli
opensource.googleblog.com/2018/06/tenor-gif-for-cli.html
Stars: ✭ 2,772 (-9.79%)
Mutual labels:  cli, command-line

doitlive

homebrew badge Build Status pypi badge Code style: Black

doitlive is a tool for live presentations in the terminal. It reads a file of shell commands and replays the commands in a fake terminal session as you type random characters.

Demo

Get it now

macOS with Homebrew:

$ brew update
$ brew install doitlive

With pip:

$ pip install doitlive

Requires Python >= 2.7 or >= 3.5 with pip.

Quickstart

  1. Create a file called session.sh. Fill it with bash commands.
  2. Run doitlive play session.sh.
$ doitlive play session.sh
  1. Type like a madman.

More at https://doitlive.readthedocs.io

Project Links

Kudos

License

MIT licensed. See the bundled LICENSE file for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].