https://github.com/thereallorenz/albert-notes
Notes module for albert
https://github.com/thereallorenz/albert-notes
albert extension notes
Last synced: 7 months ago
JSON representation
Notes module for albert
- Host: GitHub
- URL: https://github.com/thereallorenz/albert-notes
- Owner: TheRealLorenz
- Created: 2021-04-27T17:20:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-18T07:44:25.000Z (about 3 years ago)
- Last Synced: 2025-01-18T22:14:35.796Z (9 months ago)
- Topics: albert, extension, notes
- Language: Python
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Albert-notes
Simple python extension for [albert](https://github.com/albertlauncher/albert) launcher that allows you to organize your notes, with dates.# Installation
Just clone the repository:git clone https://github.com/TheRealLorenz/albert-notes.git
And run the ./install.sh script:
cd albert-notes
chmod +x install.sh
./install.shAlbert will most likely crash, so restart it.
After that go to Settings > Extensions > Python and enable the 'Notes' module
# Usage
Type 'nt ' inside [albert](https://github.com/albertlauncher/albert) to activate the extension.

## Insert noteJust type 'nt + *SOMETEXT*' to add *SOMETEXT* to the notes.
It will have no expire date, just a ∞.

## Insert note with expire date
Type 'nt + *SOMETEXT* **x** *SOMEDATE*' to add *SOMETEXT* to the notes with *SOMEDATE* as the expire date.
*SOMEDATE* can be a string in the format *'gg mm yy'* or even *'today'/'tomorrow'*.
**NOTE: expire date is just a reminder, the note won't be canceled after *SOMEDATE*.**
**SECOND NOTE: *'today'* and *'tomorrow'* are just aliases for dates.**

## Remove note
Launch the extension with 'nt ' and simply press Enter on the desired note.