spmfte / JotTerm

JotTerm is a minimalistic terminal-based notes app for rapid idea capturing. It streamlines note creation, editing, and deletion with a visually appealing interface. Customize themes and enjoy a clutter-free experience, making it perfect for fast-paced thinkers and productivity enthusiasts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JotTerm πŸ“ πŸš€

GitHub stars GitHub forks GitHub watchers

Version License: MIT Made with Bash PRs Welcome

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 demo

πŸ“‘ Table of Contents

πŸ’‘ About JotTerm

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.

⭐ Features

  • 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

πŸ› οΈ Installation

  1. Clone the repository to your local machine:
git clone https://github.com/spmfte/JotTerm.git
  1. Change to the JotTerm directory:
cd JotTerm
  1. Make the jotterm.sh script executable:
chmod +x jotterm.sh
  1. 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 ~'
  1. Reload your shell profile(~/.zshrc or ~/.bashrc):
source ~/.zshrc

or

source ~/.bashrc

πŸ’» Usage

Run JotTerm from the terminal:

note

🎨 Customization

You can customize the color scheme and other settings by editing the jotterm.sh script.

πŸ“¬ Contributing

We welcome contributions from the community! If you'd like to contribute to JotTerm, please follow these steps:

  1. Fork the repository on GitHub
  2. Clone your fork
  3. Create a new branch for your changes
  4. Commit your changes and push to your branch
  5. 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.

πŸ† Contributors

πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

πŸ“ž Get in touch

If you have any questions or suggestions, feel free to open an issue or submit a pull request.

About

JotTerm is a minimalistic terminal-based notes app for rapid idea capturing. It streamlines note creation, editing, and deletion with a visually appealing interface. Customize themes and enjoy a clutter-free experience, making it perfect for fast-paced thinkers and productivity enthusiasts.

License:MIT License


Languages

Language:Shell 100.0%