From 774498ec48498df235a4e76e3978ed24510aba1f Mon Sep 17 00:00:00 2001 From: Arnas Udovicius Date: Sun, 6 Jan 2019 23:13:15 +0200 Subject: [PATCH] small fixes --- README.md | 2 +- ztm.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) mode change 100644 => 100755 ztm.py diff --git a/README.md b/README.md index a5b16d7..cc402d9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/ztm.py b/ztm.py old mode 100644 new mode 100755 index 60b1901..c645fdd --- a/ztm.py +++ b/ztm.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + import argparse import sys