back

pub / plain_notes

Plain Text notes for GNULinux
git clone https://src.jayvii.de/pub/plain_notes.git
Home | Log | Files | Exports | Refs | README | RSS

Activity: May, 2024 - Aug, 2024

Less More

plain_notes

requirements

Getting started

Getting the script

mkdir -p ~/.local/bin/
wget https://src.jayvii.de/pub/plain_notes/exports/main.tar.gz -O ~/.local/bin/plain_notes.tar.gz
cd ~/.local/bin/
tar xfvz plain_notes.tar.gz
chmod +x ~/.local/bin/notes.sh

Ease of use additions

echo "PATH=$PATH:$HOME/.local/bin" >> ~/.bashrc
echo "alias notes=$HOME/.local/bin/notes.sh" >> ~/.bashrc

Running the script may be done in an endless loop:

while :; ~/.local/bin/notes.sh; done

Clone this repository via:
git clone https://src.jayvii.de/pub/plain_notes.git