aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* enable feature based compilation to support windowsv0.2.2-alphaAkshay2020-07-231-2/+2
* Merge branch 'feature/windows' of https://github.com/filalex77/dijo into feat...Akshay2020-07-231-0/+23
|\
| * switch to crossterm backendAkshay2020-07-231-2/+2
| * move duplicate check to command parsing blockAkshay2020-07-231-3/+1
| * Add list command for shell script purposeGuillaume Hormiere2020-07-211-0/+14
* | switch to crossterm backendAkshay2020-07-201-2/+2
|/
* improve command mode positioning/uxAkshay2020-07-191-2/+6
* add smooth error handlingAkshay2020-07-181-6/+12
* switch to termion backend for strikethrough and stable refresh rateAkshay2020-07-181-2/+2
* begin work on command line interfaceAkshay2020-07-161-7/+32
* remove unused imports, upgrade to cursive v0.15Akshay2020-07-121-34/+2
* misc modulesAkshay2020-07-111-1/+1
* move to crossterm backendAkshay2020-07-101-45/+14
* access command mode via ':' and basic command parsingAkshay2020-06-301-2/+5
* more testing stuffAkshay2020-06-291-25/+27
* typetag dosen't support generics, use macro hack until thenAkshay2020-05-021-15/+15
* require new super trait, add quit callbackAkshay2020-03-181-7/+4
* add config cruftAkshay2020-03-111-31/+65
* refactor into app.rsAkshay2020-02-271-157/+2
* implement grid viewAkshay2020-02-271-26/+111
* add App structAkshay2020-02-261-2/+76
* redo main samplesAkshay2020-02-151-26/+25
* new module structureAkshay2020-02-101-6/+8
* refactor out themesAkshay2020-02-101-27/+3
* refactor into modulesAkshay2020-02-101-157/+7
* initAkshay2020-02-091-0/+226