aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* allow custom grid_size from toml filegrid-widthAkshay2021-05-134-21/+33
* update envAkshay2021-05-131-44/+47
* add install instructions for windowsHEADmasterAkshay2021-03-061-1/+12
* bump to v0.2.7v0.2.7Akshay2021-03-064-5/+5
* 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
* bump to v0.2.6v0.2.6Akshay2021-02-213-3/+3
* Merge branch 'cursor' into masterAkshay2021-02-2114-114/+382
|\
| * deprecate view_month_offset in favor of cursorAkshay2021-02-2113-143/+276
| * fix cursor coloringAkshay2021-01-252-13/+17
| * Merge branch 'master' of https://github.com/gyscos/dijo into cursive-0.16Akshay2021-01-253-137/+93
| |\
| * | attempt to style cursorAkshay2021-01-252-5/+8
| * | fix nix-flake buildAkshay2021-01-251-1/+1
| * | handle cursor events and entryAkshay2021-01-259-20/+97
| * | add basic cursor actionsAkshay2021-01-251-0/+51
* | | bump to v0.2.5v0.2.5Akshay2021-01-273-3/+3
* | | Merge branch 'master' of https://github.com/gyscos/dijo into deps/cursive-0.16Akshay2021-01-273-137/+93
|\ \ \ | | |/ | |/|
| * | Update to cursive 0.16Alexandre Bury2021-01-193-137/+93
| |/
* | bump to v0.2.4v0.2.4Akshay2021-01-264-3/+4
* | Merge branch 'doc/man-pages' into masterAkshay2021-01-261-0/+479
|\ \ | |/ |/|
| * add man pagedoc/man-pagessalahdin-ahmed2021-01-251-0/+479
|/
* add humanetech badge to readmeAkshay2021-01-171-0/+2
* convert to nix flakeAkshay2021-01-174-11/+139
* fix syn's breaking changesyn-fixAkshay2021-01-112-139/+191
* ignore envrcAkshay2020-10-031-0/+1
* add shellAkshay2020-10-031-0/+11
* 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 #67 from michaelbeaumont/patch-1Akshay2020-08-141-4/+11
|\
| * Add AUR packages to READMEMike Beaumont2020-08-141-4/+11
|/
* 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-065-10/+5
| * add ctrlc to on_event triggernc2020-07-291-0/+4
| * remove debug code, add cargo.locknc2020-07-202-1/+2
| * Add RwLock around messages. Catch SIGINT and print that :q is the way to quit.nc2020-07-205-11/+23
* | bump to v0.2.3v0.2.3Akshay2020-08-042-2/+2
* | use terminal default for bgAkshay2020-08-042-11/+11
* | add feature to compile on windows, switch to termionAkshay2020-08-044-59/+153
* | 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