-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhelp.txt
More file actions
30 lines (17 loc) · 933 Bytes
/
help.txt
File metadata and controls
30 lines (17 loc) · 933 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Daily Logger Help
------------------------------------------------------------
List of options:
--append | -a : Appends the trailing argument to today's log as its own entry.
Escape exclamation marks (i.e. \!) and enclose entry in double quotes ("...").
--help | -h : Prints out this document to the console for reference.
--list | -l : Lists today's log to the console.
--open | -o : Opens today's log in your prefered text editor.
Usage:
(in progress...)
Tips & Tricks:
- You can pipe the --list command into the grep command to search today's log.
------------------------------------------------------------
This utility was built and is maintained by Blake Merryman.
For more information or to contact me, find me on Github:
https://github.com/blakemerryman
------------------------------------------------------------