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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Merge branch 'feature/windows' of https://github.com/filalex77/dijo into feat...
Akshay
2020-07-23
12
-99
/
+324
|
|
\
\
|
|
*
|
add windows to github actions
Oleksii Filonenko
2020-07-23
1
-0
/
+35
|
|
*
|
switch to crossterm backend
Akshay
2020-07-23
3
-47
/
+139
|
|
*
|
Merge branch 'fix/duplicate-habits'
Akshay
2020-07-23
2
-0
/
+18
|
|
|
\
\
|
|
|
*
|
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
|
|
*
|
|
bump to v0.2.0!
v0.2.0
Akshay
2020-07-23
2
-2
/
+2
|
|
*
|
|
fix tiemzones in statusline
Akshay
2020-07-23
1
-1
/
+1
|
*
|
|
|
remove ncurses dependency
Akshay
2020-07-21
1
-0
/
+1
|
*
|
|
|
switch to crossterm backend
Akshay
2020-07-20
3
-34
/
+132
*
|
|
|
|
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
*
|
|
|
add action automatically release binaries on tag
Akshay
2020-07-22
1
-0
/
+84
*
|
|
|
remove unused import
Akshay
2020-07-22
1
-1
/
+0
*
|
|
|
remove `d` keybind, add tab completion
Akshay
2020-07-22
3
-17
/
+67
|
|
/
/
|
/
|
|
*
|
|
bump to v0.1.5
v0.1.5
Akshay
2020-07-21
2
-2
/
+2
*
|
|
add help command
Akshay
2020-07-21
2
-3
/
+33
*
|
|
Merge @leonardosnt fix for broken link in readme
Akshay
2020-07-21
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix broken link
Leonardo Santos
2020-07-21
1
-1
/
+1
|
|
|
/
|
|
/
|
*
/
|
switch to local time over utc time
Akshay
2020-07-21
2
-7
/
+15
|
/
/
*
|
allow "untracking" of habits, closes #18
Akshay
2020-07-20
4
-48
/
+21
*
|
bump to v0.1.4: remove ncurses as dependency
v0.1.4
Akshay
2020-07-20
1
-1
/
+1
*
|
add MSRV to installation section
Akshay
2020-07-20
1
-1
/
+4
*
|
Disable default ncurses backend from cursive
Alexandre Bury
2020-07-20
1
-0
/
+1
|
/
*
bump lockfile
Akshay
2020-07-20
1
-1
/
+1
*
add LICENSE file, bump to v0.1.3
Akshay
2020-07-20
2
-1
/
+21
*
Merge pull request #9 from Infinisil/lockfile
v0.1.3
Akshay
2020-07-20
2
-4
/
+1047
|
\
|
*
Commit Cargo.lock
Silvan Mosberger
2020-07-19
2
-4
/
+1047
*
|
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
|
|
/
*
|
Merge branch 'fix/week-view'; fixes #5, #4
Akshay
2020-07-20
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
fix divide by zero for #5
nc
2020-07-20
1
-2
/
+2
|
/
*
bump version
Akshay
2020-07-19
1
-1
/
+1
*
more docs
0.1.2
Akshay
2020-07-19
1
-12
/
+48
*
bump
v0.1.1
Akshay
2020-07-19
1
-1
/
+1
*
add startup hint, fix watcher panics
Akshay
2020-07-19
5
-28
/
+24
*
add crate metadata
Akshay
2020-07-19
1
-0
/
+7
*
stop habits from consuming global events
Akshay
2020-07-19
2
-16
/
+20
*
being adding command eval error messages
Akshay
2020-07-19
1
-0
/
+9
*
improve command mode positioning/ux
Akshay
2020-07-19
4
-48
/
+60
*
fix reexports
Akshay
2020-07-18
1
-0
/
+3
*
add smooth error handling
Akshay
2020-07-18
4
-69
/
+140
*
add message type
Akshay
2020-07-18
1
-0
/
+50
*
refactor app.rs into module: app
Akshay
2020-07-18
3
-186
/
+210
*
switch to termion backend for strikethrough and stable refresh rate
Akshay
2020-07-18
3
-8
/
+10
*
add file watcher for auto habits
Akshay
2020-07-18
2
-2
/
+31
*
begin work on command line interface
Akshay
2020-07-16
2
-9
/
+34
*
add track commands
Akshay
2020-07-16
3
-10
/
+41
[prev]
[next]