Fast, intuitive, and stylish TUI notes app designed specifically for capturing spontaneous ideas and thoughts. Built with simplicity and efficiency in mind, JotTerm is your go-to solution for quickly jotting down notes directly from the terminal. Save time and focus on what matters with JotTerm's streamlined interface and user-friendly commands.
JotTerm is a lightweight terminal-based notes app built for users who need to quickly jot down ideas without the hassle of navigating directories or opening an editor. With its modern interface, JotTerm offers a seamless experience for creating, editing, and managing your notes, all within the terminal.
- Instant note-taking from the terminal
- Simple and modern TUI interface
- Create, edit, and delete notes with simple commands
- Customizable color schemes
- Automatically saves notes in a designated folder
- Clone the repository to your local machine:
git clone https://github.com/spmfte/JotTerm.git
- Change to the JotTerm directory:
cd JotTerm
- Make the
jotterm.sh
script executable:
chmod +x jotterm.sh
- Create an alias for easy access (optional, add to your shell profile, e.g.,
.bashrc
,.zshrc
):
alias note='cd ~/path/to/JotTerm && ./jotterm.sh && cd ~'
- Reload your shell profile(~/.zshrc or ~/.bashrc):
source ~/.zshrc
or
source ~/.bashrc
Run JotTerm from the terminal:
note
You can customize the color scheme and other settings by editing the jotterm.sh
script.
We welcome contributions from the community! If you'd like to contribute to JotTerm, please follow these steps:
- Fork the repository on GitHub
- Clone your fork
- Create a new branch for your changes
- Commit your changes and push to your branch
- Open a Pull Request with a detailed description of your changes
Don't forget to add your name and GitHub profile link to the list of contributors below.
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions or suggestions, feel free to open an issue or submit a pull request.