Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sloria/doitlive
Because sometimes you need to do it live
https://github.com/sloria/doitlive
bash cli click command-line hacktoberfest ipython live-coding presentations python script zsh
Last synced: about 3 hours ago
JSON representation
Because sometimes you need to do it live
- Host: GitHub
- URL: https://github.com/sloria/doitlive
- Owner: sloria
- License: mit
- Created: 2014-06-16T02:39:29.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T03:00:15.000Z (3 months ago)
- Last Synced: 2024-10-29T14:53:37.324Z (3 months ago)
- Topics: bash, cli, click, command-line, hacktoberfest, ipython, live-coding, presentations, python, script, zsh
- Language: Python
- Homepage: https://doitlive.readthedocs.io/
- Size: 497 KB
- Stars: 3,447
- Watchers: 38
- Forks: 99
- Open Issues: 13
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
- my-awesome-starred - doitlive - Because sometimes you need to do it live (Python)
- awesome-python-applications - Repo
- awesome-python-resources - GitHub - 25% open · ⏱️ 14.08.2022): (命令行工具)
- awesomeness - doitlive - doitlive is a tool for live presentations in the terminal. (Productivity / Kubernetes)
- awesome-python-applications - Repo
- starred-awesome - doitlive - Because sometimes you need to do it live (Python)
README
========
doitlive
========|homebrew| |build-status| |pypi|
.. |homebrew| image:: https://badgen.net/homebrew/v/doitlive
:alt: homebrew badge
:target: https://github.com/Homebrew/homebrew-core/blob/master/Formula/d/doitlive.rb
.. |build-status| image:: https://github.com/sloria/doitlive/actions/workflows/build-release.yml/badge.svg
:alt: build status
:target: https://github.com/sloria/doitlive/actions/workflows/build-release.yml
.. |pypi| image:: https://badgen.net/pypi/v/doitlive
:alt: pypi badge
:target: https://pypi.org/project/doitlive/`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.
.. image:: https://user-images.githubusercontent.com/2379650/31386572-2e2b9d14-ad95-11e7-9be5-fcc5ed09f0e8.gif
:alt: Demo
:target: http://doitlive.readthedocs.ioGet it now
----------macOS with `Homebrew `_:
*****************************************.. code-block:: console
$ brew update
$ brew install doitliveWith pip:
*********.. code-block:: console
$ pip install doitlive
Quickstart
----------1. Create a file called ``session.sh``. Fill it with bash commands.
2. Run ``doitlive play session.sh``... code-block:: console
$ doitlive play session.sh
3. Type like a madman.
More at https://doitlive.readthedocs.io
---------------------------------------Project Links
-------------- Docs: https://doitlive.readthedocs.io/
- Changelog: https://doitlive.readthedocs.io/en/latest/changelog.html
- PyPI: https://pypi.python.org/pypi/doitlive
- Issues: https://github.com/sloria/doitlive/issuesKudos
------ Idea came from Jordi Gutiérrez Hermoso's `"Revsets" talk `_ at PyCon 2014.
- Armin Ronacher's `click `_ library made this quick to implement.
- Themes inspired by Sorin Ionescu's `prezto `_ zsh themes.
- Hat tip to related projects `HackerTyper `_ and `PlayerPiano `_License
-------MIT licensed. See the bundled `LICENSE `_ file for more details.