A tool simulating a callstack, for humans
Go to file
Tyler Perkins 65a9287487
Update README
2023-12-14 15:43:03 -05:00
src Add stack command 2023-12-14 15:09:40 -05:00
.drone.yml Initial commit 2023-12-10 00:30:42 +00:00
.gitignore Initial commit 2023-12-10 00:30:42 +00:00
.pre-commit-config.yaml Initial commit 2023-12-10 00:30:42 +00:00
README.md Update README 2023-12-14 15:43:03 -05:00
install.sh Add install script 2023-12-09 20:38:48 -05:00
setup.sh Initial commit 2023-12-10 00:30:42 +00:00

README.md

HumanCallStack

This is an interation on my previous project, stackToDo.

Install

By default, the install script will install everything into ~/.local/bin. Be sure to have this in your $PATH!

./install.sh

Usage

stack - Watch in real time the state of the call stack
tpeek - Look at the top (most recent) task in the stack
tpop  - Pop off the latest task from the stack
tpush - Push a new task onto the stack

Development

Be sure to to development with pre-commit installed. I use pre-commit to enforce code quality standards upon myself.

Find the active development version on my gitea. You can also find a real time mirror of this repository on my github.