Termux Dashboard
A phone-friendly way to open the right project and return to an existing terminal workspace with one command.
- The problem
- Development from an Android phone loses momentum when reopening the right repository, remembering its state, and rebuilding a terminal workspace takes too many steps.
- What I made
- I built a Git-aware shell workflow that shows pinned and recent projects, opens the selected repository, and creates or rejoins its tmux workspace. I also added linting and smoke tests for the behavior I depend on.
- Why it mattered
- Now a short phone session can become useful work instead of setup time. The workflow stays local, visible, and understandable rather than hiding the terminal behind a separate service.
The repository is public to read, but it does not currently include a license granting reuse rights.