small fixes
This commit is contained in:
parent
ecb611f0c1
commit
774498ec48
2 changed files with 3 additions and 1 deletions
|
@ -4,4 +4,4 @@ Task manager that stores in sqlite. Should be possible to work from console, sea
|
|||
|
||||
## Instalation
|
||||
|
||||
IDK, but nk412/pyfzf should be installed (and work)
|
||||
sudo pip install --upgrade git+git://github.com/m42e/pyfzf.git
|
||||
|
|
2
ztm.py
Normal file → Executable file
2
ztm.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import argparse
|
||||
import sys
|
||||
|
||||
|
|
Reference in a new issue