Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to cursive 0.16 | Alexandre Bury | 2021-01-19 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -4/+0 |
| | | | | | | | | This reverts commit 9777930868591abdf4a533e4059cc4fd08898521. | ||||
| * | include only minimal code changes to add ctrl-c capturing functionality | nc | 2020-08-06 | 1 | -0/+4 |
| | | |||||
| * | revert | nc | 2020-08-06 | 1 | -4/+0 |
| | | |||||
| * | Override Ctrl-C by disabling callback in Cursive | nc | 2020-08-06 | 1 | -6/+3 |
| | | | | | | | | | | | | | | Thanks to @gyscos for the explanation in #22! Also removed extraneous code that's no longer needed. | ||||
| * | remove debug code, add cargo.lock | nc | 2020-07-20 | 1 | -1/+1 |
| | | |||||
| * | Add RwLock around messages. Catch SIGINT and print that :q is the way to quit. | nc | 2020-07-20 | 1 | -1/+8 |
| | | | | | | | | | | 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... | ||||
* | | add feature to compile on windows, switch to termion | Akshay | 2020-08-04 | 1 | -2/+12 |
| | | |||||
* | | switch to pancurses backendv0.2.2 | Akshay | 2020-07-24 | 1 | -12/+2 |
| | | |||||
* | | enable feature based compilation to support windowsv0.2.2-alpha | Akshay | 2020-07-23 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'feature/windows' of https://github.com/filalex77/dijo into ↵ | Akshay | 2020-07-23 | 1 | -0/+23 |
|\ \ | | | | | | | | | | feature/windows | ||||
| * | | switch to crossterm backend | Akshay | 2020-07-23 | 1 | -2/+2 |
| | | | |||||
| * | | move duplicate check to command parsing block | Akshay | 2020-07-23 | 1 | -3/+1 |
| | | | |||||
| * | | Add list command for shell script purpose | Guillaume Hormiere | 2020-07-21 | 1 | -0/+14 |
| |/ | | | | | | | | | | | Usage dijo -l for printing the habit names list Add check on habit add to avoid duplicate habits | ||||
* / | switch to crossterm backend | Akshay | 2020-07-20 | 1 | -2/+2 |
|/ | |||||
* | improve command mode positioning/ux | Akshay | 2020-07-19 | 1 | -2/+6 |
| | |||||
* | add smooth error handling | Akshay | 2020-07-18 | 1 | -6/+12 |
| | |||||
* | switch to termion backend for strikethrough and stable refresh rate | Akshay | 2020-07-18 | 1 | -2/+2 |
| | |||||
* | begin work on command line interface | Akshay | 2020-07-16 | 1 | -7/+32 |
| | |||||
* | remove unused imports, upgrade to cursive v0.15 | Akshay | 2020-07-12 | 1 | -34/+2 |
| | |||||
* | misc modules | Akshay | 2020-07-11 | 1 | -1/+1 |
| | |||||
* | move to crossterm backend | Akshay | 2020-07-10 | 1 | -45/+14 |
| | |||||
* | access command mode via ':' and basic command parsing | Akshay | 2020-06-30 | 1 | -2/+5 |
| | |||||
* | more testing stuff | Akshay | 2020-06-29 | 1 | -25/+27 |
| | |||||
* | typetag dosen't support generics, use macro hack until then | Akshay | 2020-05-02 | 1 | -15/+15 |
| | |||||
* | require new super trait, add quit callback | Akshay | 2020-03-18 | 1 | -7/+4 |
| | |||||
* | add config cruft | Akshay | 2020-03-11 | 1 | -31/+65 |
| | |||||
* | refactor into app.rs | Akshay | 2020-02-27 | 1 | -157/+2 |
| | |||||
* | implement grid view | Akshay | 2020-02-27 | 1 | -26/+111 |
| | |||||
* | add App struct | Akshay | 2020-02-26 | 1 | -2/+76 |
| | |||||
* | redo main samples | Akshay | 2020-02-15 | 1 | -26/+25 |
| | |||||
* | new module structure | Akshay | 2020-02-10 | 1 | -6/+8 |
| | |||||
* | refactor out themes | Akshay | 2020-02-10 | 1 | -27/+3 |
| | |||||
* | refactor into modules | Akshay | 2020-02-10 | 1 | -157/+7 |
| | |||||
* | init | Akshay | 2020-02-09 | 1 | -0/+226 |