/noteshell

Tree like note keeper application

Primary LanguagePascal

noteshell

Tree like note keeper application

image: http://imgur.com/Wfb1nz9

Simple ideas are the Best ideas!

REGULARRY MAKE BACKUP OF YOUR NOTES FOLDER!!

https://github.com/josifoski/noteshell
programmer: Aleksandar Josifoski
https://about.me/josifsk

2013-March; 2017-January;

licence: GPL

Instalation

You will need Lazarus
http://www.lazarus-ide.org/
to (once only) compile
program for your operating system.
It's very easy, just open noteshell.lpr via Lazarus
File/Open and hit on green triangle icon. (or via Menu Run/Run)

After that you can use only your executable.

shortcuts:

Ctrl+S Save
Ctrl+M Minimize to tray or you can click on tray icon
Ctrl+L Show/Hide line numbers
Ctrl+O Collapse all nodes
Ctrl+E Expand all nodes

For search in all files on linux
grep -rin "some text" /pathtofolder/*.txt

You can rearrange nodes with drag-drop.
For node names use only latin letters, numbers and _
Of course you can use utf8 inside your notes.

You can change directory path to notes files in
second line of noteshell_settings file

example for Linux and OSX
/home/username/abcd/

example for Windows
D:\noteshell_files\ (I think)

000noteshelltreestate.txt and 000noteshelltree.txt
are important files for keeping node structure so
do not touch "careless" them manually.