Note about the export not necessarily getting passed in a subshell

master
Steven Saus 3 years ago
parent dd31738ac7
commit ca4f9a8257
  1. 1
      README.md
  2. 3
      yad-todo.sh

@ -9,6 +9,7 @@ or inaccurate!
Uses [yad](https://smokey01.com/yad/) to present a simple GUI for adding
entries to todo.txt file. See the yad-todo.png file for what it might look like.
If the program is not running, ensure that it is getting the `todo.txt` file passed to it!
## kpf.sh

@ -8,6 +8,9 @@
# First argument is the path to todo.txt if it's not already exported
# as TODO_FILE. Simply designed for quick entry.
#
# If the program is not running, ensure that it is getting the todo.txt
# file passed to it!
#
########################################################################
ToDoTxtFile="$1"

Loading…
Cancel
Save