summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-01-12Update to cursive 0.17Alexandre Bury
2021-03-06reduce display width of FloatDatafeat/floatAkshay
2021-02-24add initial float habit structureAkshay
2021-02-24add GoalKindsAkshay
2021-02-21deprecate view_month_offset in favor of cursorAkshay
2021-01-25fix cursor coloringAkshay
2021-01-25Merge branch 'master' of https://github.com/gyscos/dijo into cursive-0.16Akshay
2021-01-25attempt to style cursorAkshay
2021-01-25handle cursor events and entryAkshay
2021-01-25add basic cursor actionsAkshay
2021-01-19Update to cursive 0.16Alexandre Bury
2020-09-02Resolve requested changes. Merge superfluous match arm and remove aliasBruno A. Muciño
2020-09-01Adds "wq" command as a combination of "write" and "quit".Bruno A. Muciño
2020-08-10Merge pull request #22 from charles-l/masterAkshay
2020-08-08use call_on_name which works and is simplernc
2020-08-08try to unconditionally save after s.run() completesnc
2020-08-06Revert "include only minimal code changes to add ctrl-c capturing functionality"nc
2020-08-05include only minimal code changes to add ctrl-c capturing functionalitync
2020-08-05revertnc
2020-08-05Override Ctrl-C by disabling callback in Cursivenc
2020-08-04use terminal default for bgAkshay
2020-08-04add feature to compile on windows, switch to termionAkshay
2020-08-03don't write to stderr!feature/config-fileAkshay
2020-08-03Revert "Merge remote-tracking branch 'origin/master' into feature/larger-names"Akshay
2020-08-03Revert "Add basic tests"Akshay
2020-08-03Revert "Refactor parsers"Akshay
2020-08-03Revert "simplify command parsing logic"Akshay
2020-08-03feature: read colors and characters from config filesAkshay
2020-08-03use consts for dimensionsAkshay
2020-08-02Merge branch 'load-config-json-app-config' of https://github.com/jjn2009/dijo...Akshay
2020-08-02simplify command parsing logicfeature/larger-namesAkshay
2020-07-31Refactor parsersonielfa
2020-07-31Add basic testsonielfa
2020-07-31Merge remote-tracking branch 'origin/master' into feature/larger-namesonielfa
2020-07-28add ctrlc to on_event triggernc
2020-07-24Add support for configuration fileJordan Jennings
2020-07-24switch to pancurses backendv0.2.2Akshay
2020-07-24Merge branch 'master' into feature/larger-namesonielfa
2020-07-24Allow names longer that one wordonielfa
2020-07-23enable feature based compilation to support windowsv0.2.2-alphaAkshay
2020-07-23remove dependency on rustc v1.45, bump to v0.2.1v0.2.1Akshay
2020-07-23Merge branch 'feature/windows' of https://github.com/filalex77/dijo into feat...feature/windowsAkshay
2020-07-23switch to crossterm backendAkshay
2020-07-23move duplicate check to command parsing blockAkshay
2020-07-23Merge branch 'master' of https://github.com/yoms/dijo into fix/duplicate-habitsAkshay
2020-07-23fix tiemzones in statuslineAkshay
2020-07-22Use immutable vector instead of mutable one and change the message kind to ErrorGuillaume Hormiere
2020-07-22remove debug key binds, add :write commandAkshay
2020-07-22remove unused importAkshay
2020-07-22remove `d` keybind, add tab completionfeature/delete-commandAkshay