index
:
dijo
cursor
doc/man-pages
feat/float
feature/wq-alias
grid-width
master
syn-fix
scriptable, curses-based, digital habit tracker
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resolve requested changes. Merge superfluous match arm and remove alias
feature/wq-alias
Bruno A. Muciño
2020-09-02
1
-3
/
+2
*
Adds "wq" command as a combination of "write" and "quit".
Bruno A. Muciño
2020-09-02
2
-2
/
+8
*
Merge pull request #22 from charles-l/master
Akshay
2020-08-10
1
-0
/
+2
|
\
|
*
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
|
*
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
3
-8
/
+5
|
*
add ctrlc to on_event trigger
nc
2020-07-29
1
-0
/
+4
|
*
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
4
-11
/
+22
*
|
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
1
-2
/
+12
*
|
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
*
|
Revert "Add basic tests"
Akshay
2020-08-03
1
-133
/
+29
*
|
Revert "Refactor parsers"
Akshay
2020-08-03
1
-378
/
+122
*
|
Revert "simplify command parsing logic"
Akshay
2020-08-03
1
-30
/
+36
*
|
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
*
|
Merge branch 'load-config-json-app-config' of https://github.com/jjn2009/dijo...
Akshay
2020-08-02
2
-9
/
+40
|
\
\
|
*
|
Add support for configuration file
Jordan Jennings
2020-07-25
2
-9
/
+40
*
|
|
simplify command parsing logic
Akshay
2020-08-02
1
-36
/
+30
*
|
|
Refactor parsers
onielfa
2020-07-31
1
-122
/
+378
*
|
|
Add basic tests
onielfa
2020-07-30
1
-29
/
+133
*
|
|
Merge remote-tracking branch 'origin/master' into feature/larger-names
onielfa
2020-07-30
2
-13
/
+4
|
\
|
|
|
*
|
switch to pancurses backend
v0.2.2
Akshay
2020-07-24
2
-13
/
+4
*
|
|
Merge branch 'master' into feature/larger-names
onielfa
2020-07-23
3
-3
/
+31
|
\
|
|
|
*
|
enable feature based compilation to support windows
v0.2.2-alpha
Akshay
2020-07-23
1
-2
/
+2
|
*
|
remove dependency on rustc v1.45, bump to v0.2.1
v0.2.1
Akshay
2020-07-23
1
-2
/
+1
|
*
|
Merge branch 'feature/windows' of https://github.com/filalex77/dijo into feat...
Akshay
2020-07-23
8
-45
/
+168
|
|
\
\
|
|
*
|
switch to crossterm backend
Akshay
2020-07-23
1
-2
/
+2
|
|
*
|
move duplicate check to command parsing block
Akshay
2020-07-23
2
-21
/
+8
|
|
*
|
Merge branch 'master' of https://github.com/yoms/dijo into fix/duplicate-habits
Akshay
2020-07-23
2
-1
/
+32
|
|
|
\
\
|
|
|
*
|
Use immutable vector instead of mutable one and change the message kind to Error
Guillaume Hormiere
2020-07-22
1
-4
/
+2
|
|
|
*
|
Add list command for shell script purpose
Guillaume Hormiere
2020-07-21
2
-1
/
+34
|
|
*
|
|
fix tiemzones in statusline
Akshay
2020-07-23
1
-1
/
+1
|
*
|
|
|
switch to crossterm backend
Akshay
2020-07-20
1
-2
/
+2
*
|
|
|
|
Allow names longer that one word
onielfa
2020-07-23
1
-18
/
+80
|
|
/
/
/
|
/
|
|
|
*
|
|
|
remove debug key binds, add :write command
Akshay
2020-07-22
3
-12
/
+4
*
|
|
|
remove unused import
Akshay
2020-07-22
1
-1
/
+0
*
|
|
|
remove `d` keybind, add tab completion
Akshay
2020-07-22
3
-17
/
+67
|
|
/
/
|
/
|
|
*
|
|
add help command
Akshay
2020-07-21
2
-3
/
+33
*
|
|
switch to local time over utc time
Akshay
2020-07-21
2
-7
/
+15
|
|
/
|
/
|
*
|
allow "untracking" of habits, closes #18
Akshay
2020-07-20
3
-5
/
+20
|
/
*
Merge https://github.com/Youx/dijo into fix/macos-watcher
Akshay
2020-07-20
1
-2
/
+2
|
\
|
*
use cross-platform file watcher
Hugo Camboulive
2020-07-19
1
-2
/
+2
*
|
fix divide by zero for #5
nc
2020-07-20
1
-2
/
+2
|
/
*
add startup hint, fix watcher panics
Akshay
2020-07-19
4
-26
/
+24
[next]