Todo library app made with odin / raylib made because I wanted a simple and efficient way to organize todo lists - infinitely and focused
- Infinite Todo lists
- Fast movement
- Fast editing
- Autosave / Autoload todo file
- Colorschemes
place a .tff file next to the .exe application and rename the .ttf file to font.ttf
-
Basics:
- UP = move up list
- DOWN = move down list
- RIGHT = move right inside insertion
- LEFT = move back to previous insertion (root)
- ENTER = send written text to list
- TAB = toggle insertion (true / false)
- any character key = write text
-
Advanced
- CTRL + S = save to file
- CTRL + O = load file
- CTRL + E = edit insertion text
- CTRL + D = delete insertion from list which is currently selected
- CTRL + (UP / DOWN) = move to nearest completed insertion
- SHIFT + (UP / DOWN) = move to nearest insertion with list
- CTRL + I = invert text color (will be saved)
- ALT + RIGHT = next colorscheme (will be saved)
- ALT + LEFT = previous colorscheme (will be saved)
- download the latest odin release
- you require
https://github.com/kevinw/raylib-odinto be in yourOdin/sharedpath - i renamed some sources to make it easier on my life - inside
todolibfolder theraylib.dll(on windows) has to exist, otherwhise linking errors will happen
run this to create a non-console app with optimizations on, used when shipping the app
