Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump to v0.2.7v0.2.7 | Akshay | 2021-03-06 | 4 | -5/+5 |
| | | | | | - add GoalKinds - add Floating habits | ||||
* | reduce display width of FloatDatafeat/float | Akshay | 2021-03-06 | 1 | -1/+7 |
| | |||||
* | add initial float habit structure | Akshay | 2021-02-24 | 2 | -0/+183 |
| | |||||
* | add GoalKinds | Akshay | 2021-02-24 | 6 | -22/+94 |
| | | | | | - this allows for changing habit goals easily - easier to add new habits to dijo in newer versions | ||||
* | bump to v0.2.6v0.2.6 | Akshay | 2021-02-21 | 3 | -3/+3 |
| | |||||
* | Merge branch 'cursor' into master | Akshay | 2021-02-21 | 14 | -114/+382 |
|\ | |||||
| * | deprecate view_month_offset in favor of cursor | Akshay | 2021-02-21 | 13 | -143/+276 |
| | | |||||
| * | fix cursor coloring | Akshay | 2021-01-25 | 2 | -13/+17 |
| | | |||||
| * | Merge branch 'master' of https://github.com/gyscos/dijo into cursive-0.16 | Akshay | 2021-01-25 | 3 | -137/+93 |
| |\ | |||||
| * | | attempt to style cursor | Akshay | 2021-01-25 | 2 | -5/+8 |
| | | | |||||
| * | | fix nix-flake build | Akshay | 2021-01-25 | 1 | -1/+1 |
| | | | |||||
| * | | handle cursor events and entry | Akshay | 2021-01-25 | 9 | -20/+97 |
| | | | |||||
| * | | add basic cursor actions | Akshay | 2021-01-25 | 1 | -0/+51 |
| | | | |||||
* | | | bump to v0.2.5v0.2.5 | Akshay | 2021-01-27 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | - fixes installation from crates.io - bump cursive to v0.16 | ||||
* | | | Merge branch 'master' of https://github.com/gyscos/dijo into deps/cursive-0.16 | Akshay | 2021-01-27 | 3 | -137/+93 |
|\ \ \ | | |/ | |/| | |||||
| * | | Update to cursive 0.16 | Alexandre Bury | 2021-01-19 | 3 | -137/+93 |
| |/ | |||||
* | | bump to v0.2.4v0.2.4 | Akshay | 2021-01-26 | 4 | -3/+4 |
| | | | | | | | | | | | | - new alias 'wq' for write and quit - prevent ctrl-c from losing data - add man page | ||||
* | | Merge branch 'doc/man-pages' into master | Akshay | 2021-01-26 | 1 | -0/+479 |
|\ \ | |/ |/| | |||||
| * | add man pagedoc/man-pages | salahdin-ahmed | 2021-01-25 | 1 | -0/+479 |
|/ | |||||
* | add humanetech badge to readme | Akshay | 2021-01-17 | 1 | -0/+2 |
| | |||||
* | convert to nix flake | Akshay | 2021-01-17 | 4 | -11/+139 |
| | |||||
* | fix syn's breaking changesyn-fix | Akshay | 2021-01-11 | 2 | -139/+191 |
| | |||||
* | ignore envrc | Akshay | 2020-10-03 | 1 | -0/+1 |
| | |||||
* | add shell | Akshay | 2020-10-03 | 1 | -0/+11 |
| | |||||
* | Resolve requested changes. Merge superfluous match arm and remove aliasfeature/wq-alias | Bruno A. Muciño | 2020-09-02 | 1 | -3/+2 |
| | | | | for wq. | ||||
* | Adds "wq" command as a combination of "write" and "quit". | Bruno A. Muciño | 2020-09-02 | 2 | -2/+8 |
| | |||||
* | Merge pull request #67 from michaelbeaumont/patch-1 | Akshay | 2020-08-14 | 1 | -4/+11 |
|\ | | | | | Add AUR packages to README | ||||
| * | Add AUR packages to README | Mike Beaumont | 2020-08-14 | 1 | -4/+11 |
|/ | | | | Also reformatted the installation section | ||||
* | Merge pull request #22 from charles-l/master | Akshay | 2020-08-10 | 1 | -0/+2 |
|\ | | | | | Prevent Ctrl-C from losing data when closing dijo | ||||
| * | use call_on_name which works and is simpler | nc | 2020-08-08 | 1 | -6/+1 |
| | | |||||
| * | try to unconditionally save after s.run() completes | nc | 2020-08-08 | 1 | -0/+7 |
| | | |||||
| * | Revert "include only minimal code changes to add ctrl-c capturing functionality" | nc | 2020-08-06 | 2 | -8/+0 |
| | | | | | | | | This reverts commit 9777930868591abdf4a533e4059cc4fd08898521. | ||||
| * | include only minimal code changes to add ctrl-c capturing functionality | nc | 2020-08-06 | 2 | -0/+8 |
| | | |||||
| * | revert | nc | 2020-08-06 | 4 | -22/+10 |
| | | |||||
| * | Override Ctrl-C by disabling callback in Cursive | nc | 2020-08-06 | 5 | -10/+5 |
| | | | | | | | | | | | | | | Thanks to @gyscos for the explanation in #22! Also removed extraneous code that's no longer needed. | ||||
| * | add ctrlc to on_event trigger | nc | 2020-07-29 | 1 | -0/+4 |
| | | |||||
| * | remove debug code, add cargo.lock | nc | 2020-07-20 | 2 | -1/+2 |
| | | |||||
| * | Add RwLock around messages. Catch SIGINT and print that :q is the way to quit. | nc | 2020-07-20 | 5 | -11/+23 |
| | | | | | | | | | | Note that this doesn't actually capture Ctrl-C. I'm not sure how it works but termion somehow swollows Ctrl-C so and circumvents the signal handler... | ||||
* | | bump to v0.2.3v0.2.3 | Akshay | 2020-08-04 | 2 | -2/+2 |
| | | |||||
* | | use terminal default for bg | Akshay | 2020-08-04 | 2 | -11/+11 |
| | | |||||
* | | add feature to compile on windows, switch to termion | Akshay | 2020-08-04 | 4 | -59/+153 |
| | | |||||
* | | don't write to stderr! | Akshay | 2020-08-03 | 1 | -2/+0 |
| | | |||||
* | | Revert "Merge remote-tracking branch 'origin/master' into feature/larger-names" | Akshay | 2020-08-03 | 1 | -80/+18 |
| | | | | | | | | | | This reverts commit e794c6ecf133df248471b465a7553d454b527399, reversing changes made to 2dafbfe51b2b4ebafc21fe68a9b909ebe3a4e23b. | ||||
* | | Revert "Add basic tests" | Akshay | 2020-08-03 | 1 | -133/+29 |
| | | | | | | | | This reverts commit 4591912ad315700b198238b8a3d3ba3c68d3bccf. | ||||
* | | Revert "Refactor parsers" | Akshay | 2020-08-03 | 1 | -378/+122 |
| | | | | | | | | This reverts commit 76bdf45721d597922962e003568dcfdbcb548e63. | ||||
* | | Revert "simplify command parsing logic" | Akshay | 2020-08-03 | 1 | -30/+36 |
| | | | | | | | | This reverts commit 83cba9dae6e4cc6a348ef0b9ee7e2c7f747409f5. | ||||
* | | feature: read colors and characters from config files | Akshay | 2020-08-03 | 1 | -33/+90 |
| | | |||||
* | | use consts for dimensions | Akshay | 2020-08-03 | 5 | -36/+23 |
| | | |||||
* | | add toml crate | Akshay | 2020-08-03 | 2 | -0/+11 |
| | | |||||
* | | Merge branch 'load-config-json-app-config' of ↵ | Akshay | 2020-08-02 | 2 | -9/+40 |
|\ \ | | | | | | | | | | https://github.com/jjn2009/dijo into feature/config-file |