all repos — dotfiles @ cf2ec2fc9f34434ea780f4c6357bb38a4071a028

linux dotfiles

update scripts/pd

add comments
prithugoswami prithugoswami524@gmail.com
Mon, 07 May 2018 21:01:04 +0530
commit

cf2ec2fc9f34434ea780f4c6357bb38a4071a028

parent

4412588453728042b59daa5b849cfa24544183c4

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M scripts/pdscripts/pd

@@ -1,6 +1,9 @@

#!/usr/bin/env python3 # This script opens a temp file in a vim buffer and after wrting and quiting from vim, it writes the contents to the file # specified by the file_path with a date and timestamp. +# I use 'rclone' to sync the journal to my dropbox +# the script first fetches any changes done to the pd.txt file +# and then appends the entry and uploads it. # I use this for my journal. import os