summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-03-13Bump chrono from 0.4.19 to 0.4.24dependabot/cargo/master/chrono-0.4.24dependabot[bot]
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.19 to 0.4.24. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.19...v0.4.24) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-01-15Merge pull request #141 from gyscos/masterHEADmasterAkshay
Update to cursive 0.17
2022-01-12Update to cursive 0.17Alexandre Bury
2021-12-26Merge pull request #129 from purveshpatel511/masterAkshay
snap of dijo
2021-12-24added snap installtion instructionpurveshpatel511
2021-03-06add install instructions for windowsAkshay
2021-03-06bump to v0.2.7v0.2.7Akshay
- add GoalKinds - add Floating habits
2021-03-06reduce display width of FloatDatafeat/floatAkshay
2021-02-24add initial float habit structureAkshay
2021-02-24add GoalKindsAkshay
- this allows for changing habit goals easily - easier to add new habits to dijo in newer versions
2021-02-21bump to v0.2.6v0.2.6Akshay
2021-02-21Merge branch 'cursor' into masterAkshay
2021-02-21deprecate view_month_offset in favor of cursorAkshay
2021-01-27bump to v0.2.5v0.2.5Akshay
- fixes installation from crates.io - bump cursive to v0.16
2021-01-27Merge branch 'master' of https://github.com/gyscos/dijo into deps/cursive-0.16Akshay
2021-01-26bump to v0.2.4v0.2.4Akshay
- new alias 'wq' for write and quit - prevent ctrl-c from losing data - add man page
2021-01-26Merge branch 'doc/man-pages' into masterAkshay
2021-01-25add man pagedoc/man-pagessalahdin-ahmed
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-25fix nix-flake buildAkshay
2021-01-25handle cursor events and entryAkshay
2021-01-25add basic cursor actionsAkshay
2021-01-19Update to cursive 0.16Alexandre Bury
2021-01-17add humanetech badge to readmeAkshay
2021-01-17convert to nix flakeAkshay
2021-01-11fix syn's breaking changesyn-fixAkshay
2020-10-03ignore envrcAkshay
2020-10-03add shellAkshay
2020-09-02Resolve requested changes. Merge superfluous match arm and remove aliasBruno A. Muciño
for wq.
2020-09-01Adds "wq" command as a combination of "write" and "quit".Bruno A. Muciño
2020-08-14Merge pull request #67 from michaelbeaumont/patch-1Akshay
Add AUR packages to README
2020-08-14Add AUR packages to READMEMike Beaumont
Also reformatted the installation section
2020-08-10Merge pull request #22 from charles-l/masterAkshay
Prevent Ctrl-C from losing data when closing dijo
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
This reverts commit 9777930868591abdf4a533e4059cc4fd08898521.
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
Thanks to @gyscos for the explanation in #22! Also removed extraneous code that's no longer needed.
2020-08-04bump to v0.2.3v0.2.3Akshay
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
This reverts commit e794c6ecf133df248471b465a7553d454b527399, reversing changes made to 2dafbfe51b2b4ebafc21fe68a9b909ebe3a4e23b.
2020-08-03Revert "Add basic tests"Akshay
This reverts commit 4591912ad315700b198238b8a3d3ba3c68d3bccf.
2020-08-03Revert "Refactor parsers"Akshay
This reverts commit 76bdf45721d597922962e003568dcfdbcb548e63.
2020-08-03Revert "simplify command parsing logic"Akshay
This reverts commit 83cba9dae6e4cc6a348ef0b9ee7e2c7f747409f5.
2020-08-03feature: read colors and characters from config filesAkshay