Skip to content

Commit 70b6158

Browse files
committed
Updated documentation
1 parent 8ed7549 commit 70b6158

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Run `scalp [filename]` to receive notifications. Other than that,
3636

3737
- `scalp add [filename]` will start a prompt to add a new entry.
3838
- `scalp change [filename]` will start a prompt to change the message of an existing entry.
39+
- `scalp copy [filename]` will start a prompt to copy an existing entry to a new time.
3940
- `scalp del [filename]` will start a prompt to delete an existing entry.
4041
- `scalp help` will show a help message.
4142
- `scalp list [filename]` will provide a list of known entries.

help.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Running scalp without subcommand starts the daemon to notify you.\n\
1111
add\tadd a new entry\n\
1212
del\tdelete an entry\n\
1313
change\tchange an entry's message\n\
14+
copy\tcopy an entry (to a new date)\n\
1415
help\tshow this message\n\
1516
list\tlist all entries\n\
1617
move\tmove an entry (to a new date)\n\

scalp.1

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ change
1515
.OP FILENAME
1616
.YS
1717
.SY scalp
18+
copy
19+
.OP FILENAME
20+
.YS
21+
.SY scalp
1822
del
1923
.OP FILENAME
2024
.YS
@@ -26,6 +30,10 @@ list
2630
.OP FILENAME
2731
.YS
2832
.SY scalp
33+
move
34+
.OP FILENAME
35+
.YS
36+
.SY scalp
2937
prune
3038
.OP FILENAME
3139
.YS
@@ -55,6 +63,10 @@ will prompt the user to enter a time and a message. The message must not be long
5563
will prompt the user to give a number, which corresponds to the entry that the user wants to change. After that, the user is prompted to enter a new message. Same rules apply as with
5664
.B scalp add.
5765
.TP
66+
.B copy
67+
will prompt the user to give a number, which corresponds to the entry that the user wants to copy. After that, the user is prompted to enter a new time for the copied event. Same rules apply as with
68+
.B scalp add.
69+
.TP
5870
.B del
5971
will prompt the user to give a number, which corresponds to the entry that the user wants to delete.
6072
.TP

0 commit comments

Comments
 (0)