rahriver / rofi-noter

Create and view notes inside the Rofi application launcher.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Welcome to Rofi Noter, a bash script that runs Rofi with different functionalities to create and view your notes and library. With Rofi Noter, you can easily organize your notes and access them directly from the Rofi application launcher.

πŸ“Ή Preview

preview.mp4

βš™οΈ Usage

To use Rofi Noter, simply run the command rofi-noter in your terminal. This will open Rofi with the available functionalities:

  • πŸ“‘ Create Note
    • Basic (Markdown)
    • LaTeX
    • Beamer (Presentation)
    • R Markdown
  • πŸ”– View Notes
  • πŸ“š View Library
  • πŸ“œ View Articles
  • ⏬ Download Books

You can put your note templates inside the templates directory.

Configuration

Rofi Noter is customizable to suit your needs. You can change the following parameters in the script:

  • directory: For each Functionality
  • EDITOR: The file editor you want to open your files in
  • TERMINAL: The terminal you want to open your notes in

Dependencies

Before using Rofi Noter, make sure the following dependencies are installed on your system:

Installation

To install Rofi Noter, clone the repository and run the installation script:

git clone https://github.com/rahriver/rofi-noter.git
cd rofi-noter
cp ./rofi-noter /usr/bin

β˜• Support

If you find Rofi Noter useful, please consider giving this repository a star on GitHub. If you have any issues or suggestions, feel free to open an issue or pull request. Thanks for using Rofi Noter!

About

Create and view notes inside the Rofi application launcher.

License:MIT License


Languages

Language:Shell 72.3%Language:TeX 27.7%