all repos — dotfiles @ cf4d7bc4c88a5f784ae1c3b214736416033dd254

linux dotfiles

update script/pd

I figured I did not want to print out the entry i just entered. puff
Prithu Goswami prithugoswami524@gmail.com
Sat, 14 Apr 2018 23:57:59 +0530
commit

cf4d7bc4c88a5f784ae1c3b214736416033dd254

parent

77dbdc80896ef8138f2db4e9fdcfd4dc34e0a9c4

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M scripts/pdscripts/pd

@@ -26,5 +26,4 @@ time_string = dt.strftime('%I:%M %p')

date_and_time = '[' + date_string + ' | ' + time_string + ']' fp.write('\n\n\n===============================\n' + date_and_time + '\n') - fp.write(entry) - print("\nEntry:\n\n{}".format(entry)) + fp.write(entry)