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
/
app
/
impl_self.rs
Commit message (
Collapse
)
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
|
|
|
|
for wq.
*
Adds "wq" command as a combination of "write" and "quit".
Bruno A. Muciño
2020-09-02
1
-0
/
+2
|
*
use consts for dimensions
Akshay
2020-08-03
1
-11
/
+7
|
*
switch to pancurses backend
v0.2.2
Akshay
2020-07-24
1
-1
/
+2
|
*
move duplicate check to command parsing block
Akshay
2020-07-23
1
-18
/
+7
|
*
Merge branch 'master' of https://github.com/yoms/dijo into fix/duplicate-habits
Akshay
2020-07-23
1
-1
/
+18
|
\
|
*
Use immutable vector instead of mutable one and change the message kind to Error
Guillaume Hormiere
2020-07-22
1
-4
/
+2
|
|
|
|
|
|
|
|
Apply code review
|
*
Add list command for shell script purpose
Guillaume Hormiere
2020-07-21
1
-1
/
+20
|
|
|
|
|
|
|
|
|
|
|
|
Usage dijo -l for printing the habit names list Add check on habit add to avoid duplicate habits
*
|
fix tiemzones in statusline
Akshay
2020-07-23
1
-1
/
+1
|
|
*
|
remove debug key binds, add :write command
Akshay
2020-07-22
1
-1
/
+1
|
|
*
|
remove `d` keybind, add tab completion
Akshay
2020-07-22
1
-0
/
+4
|
/
*
add help command
Akshay
2020-07-21
1
-0
/
+23
|
*
switch to local time over utc time
Akshay
2020-07-21
1
-2
/
+2
|
*
add startup hint, fix watcher panics
Akshay
2020-07-19
1
-15
/
+5
|
*
stop habits from consuming global events
Akshay
2020-07-19
1
-14
/
+11
|
*
being adding command eval error messages
Akshay
2020-07-19
1
-0
/
+9
|
*
improve command mode positioning/ux
Akshay
2020-07-19
1
-3
/
+1
|
*
add smooth error handling
Akshay
2020-07-18
1
-40
/
+43
|
*
refactor app.rs into module: app
Akshay
2020-07-18
1
-0
/
+247