aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* reduce display width of FloatDatafeat/floatAkshay2021-03-061-1/+7
* add initial float habit structureAkshay2021-02-242-0/+183
* add GoalKindsAkshay2021-02-246-22/+94
* deprecate view_month_offset in favor of cursorAkshay2021-02-2112-143/+266
* fix cursor coloringAkshay2021-01-252-13/+17
* Merge branch 'master' of https://github.com/gyscos/dijo into cursive-0.16Akshay2021-01-251-2/+2
|\
| * Update to cursive 0.16Alexandre Bury2021-01-191-2/+2
* | attempt to style cursorAkshay2021-01-252-5/+8
* | handle cursor events and entryAkshay2021-01-259-20/+97
* | add basic cursor actionsAkshay2021-01-251-0/+51
|/
* Resolve requested changes. Merge superfluous match arm and remove aliasfeature/wq-aliasBruno A. Muciño2020-09-021-3/+2
* Adds "wq" command as a combination of "write" and "quit".Bruno A. Muciño2020-09-022-2/+8
* Merge pull request #22 from charles-l/masterAkshay2020-08-101-0/+2
|\
| * use call_on_name which works and is simplernc2020-08-081-6/+1
| * try to unconditionally save after s.run() completesnc2020-08-081-0/+7
| * Revert "include only minimal code changes to add ctrl-c capturing functionality"nc2020-08-062-8/+0
| * include only minimal code changes to add ctrl-c capturing functionalitync2020-08-062-0/+8
| * revertnc2020-08-064-22/+10
| * Override Ctrl-C by disabling callback in Cursivenc2020-08-063-8/+5
| * add ctrlc to on_event triggernc2020-07-291-0/+4
| * remove debug code, add cargo.locknc2020-07-201-1/+1
| * Add RwLock around messages. Catch SIGINT and print that :q is the way to quit.nc2020-07-204-11/+22
* | use terminal default for bgAkshay2020-08-042-11/+11
* | add feature to compile on windows, switch to termionAkshay2020-08-041-2/+12
* | don't write to stderr!Akshay2020-08-031-2/+0
* | Revert "Merge remote-tracking branch 'origin/master' into feature/larger-names"Akshay2020-08-031-80/+18
* | Revert "Add basic tests"Akshay2020-08-031-133/+29
* | Revert "Refactor parsers"Akshay2020-08-031-378/+122
* | Revert "simplify command parsing logic"Akshay2020-08-031-30/+36
* | feature: read colors and characters from config filesAkshay2020-08-031-33/+90
* | use consts for dimensionsAkshay2020-08-035-36/+23
* | Merge branch 'load-config-json-app-config' of https://github.com/jjn2009/dijo...Akshay2020-08-022-9/+40
|\ \
| * | Add support for configuration fileJordan Jennings2020-07-252-9/+40
* | | simplify command parsing logicAkshay2020-08-021-36/+30
* | | Refactor parsersonielfa2020-07-311-122/+378
* | | Add basic testsonielfa2020-07-301-29/+133
* | | Merge remote-tracking branch 'origin/master' into feature/larger-namesonielfa2020-07-302-13/+4
|\| |
| * | switch to pancurses backendv0.2.2Akshay2020-07-242-13/+4
* | | Merge branch 'master' into feature/larger-namesonielfa2020-07-233-3/+31
|\| |
| * | enable feature based compilation to support windowsv0.2.2-alphaAkshay2020-07-231-2/+2
| * | remove dependency on rustc v1.45, bump to v0.2.1v0.2.1Akshay2020-07-231-2/+1
| * | Merge branch 'feature/windows' of https://github.com/filalex77/dijo into feat...Akshay2020-07-238-45/+168
| |\ \
| | * | switch to crossterm backendAkshay2020-07-231-2/+2
| | * | move duplicate check to command parsing blockAkshay2020-07-232-21/+8
| | * | Merge branch 'master' of https://github.com/yoms/dijo into fix/duplicate-habitsAkshay2020-07-232-1/+32
| | |\ \
| | | * | Use immutable vector instead of mutable one and change the message kind to ErrorGuillaume Hormiere2020-07-221-4/+2
| | | * | Add list command for shell script purposeGuillaume Hormiere2020-07-212-1/+34
| | * | | fix tiemzones in statuslineAkshay2020-07-231-1/+1
| * | | | switch to crossterm backendAkshay2020-07-201-2/+2
* | | | | Allow names longer that one wordonielfa2020-07-231-18/+80
| |/ / / |/| | |