aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | for wq.
* 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 README
| * Add AUR packages to READMEMike Beaumont2020-08-141-4/+11
|/ | | | Also reformatted the installation section
* Merge pull request #22 from charles-l/masterAkshay2020-08-101-0/+2
|\ | | | | Prevent Ctrl-C from losing data when closing dijo
| * 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
| | | | | | | | This reverts commit 9777930868591abdf4a533e4059cc4fd08898521.
| * 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
| | | | | | | | | | | | | | Thanks to @gyscos for the explanation in #22! Also removed extraneous code that's no longer needed.
| * 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
| | | | | | | | | | 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.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
| | | | | | | | | | This reverts commit e794c6ecf133df248471b465a7553d454b527399, reversing changes made to 2dafbfe51b2b4ebafc21fe68a9b909ebe3a4e23b.
* | Revert "Add basic tests"Akshay2020-08-031-133/+29
| | | | | | | | This reverts commit 4591912ad315700b198238b8a3d3ba3c68d3bccf.
* | Revert "Refactor parsers"Akshay2020-08-031-378/+122
| | | | | | | | This reverts commit 76bdf45721d597922962e003568dcfdbcb548e63.
* | Revert "simplify command parsing logic"Akshay2020-08-031-30/+36
| | | | | | | | This reverts commit 83cba9dae6e4cc6a348ef0b9ee7e2c7f747409f5.
* | feature: read colors and characters from config filesAkshay2020-08-031-33/+90
| |
* | use consts for dimensionsAkshay2020-08-035-36/+23
| |
* | add toml crateAkshay2020-08-032-0/+11
| |
* | Merge branch 'load-config-json-app-config' of ↵Akshay2020-08-022-9/+40
|\ \ | | | | | | | | | https://github.com/jjn2009/dijo into feature/config-file
| * | 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-306-162/+75
|\| |
| * | add installation instructions for nixAkshay2020-07-241-0/+6
| | |
| * | switch to pancurses backendv0.2.2Akshay2020-07-243-21/+11
| | |
| * | bump to v0.2.2Akshay2020-07-242-141/+58
| | |
* | | Merge branch 'master' into feature/larger-namesonielfa2020-07-236-24/+210
|\| |
| * | enable feature based compilation to support windowsv0.2.2-alphaAkshay2020-07-233-6/+9
| | |
| * | remove dependency on rustc v1.45, bump to v0.2.1v0.2.1Akshay2020-07-233-4/+3
| | |
| * | Merge branch 'feature/windows' of https://github.com/filalex77/dijo into ↵Akshay2020-07-2312-99/+324
| |\ \ | | | | | | | | | | | | feature/windows
| | * | add windows to github actionsOleksii Filonenko2020-07-231-0/+35
| | | |
| | * | switch to crossterm backendAkshay2020-07-233-47/+139
| | | |
| | * | Merge branch 'fix/duplicate-habits'Akshay2020-07-232-0/+18
| | |\ \
| | | * | 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
| | | | | | | | | | | | | | | | | | | | Apply code review
| | | * | Add list command for shell script purposeGuillaume Hormiere2020-07-212-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Usage dijo -l for printing the habit names list Add check on habit add to avoid duplicate habits
| | * | | bump to v0.2.0!v0.2.0Akshay2020-07-232-2/+2
| | | | |
| | * | | fix tiemzones in statuslineAkshay2020-07-231-1/+1
| | | | |