Skip to content

Note

note creates a new note in SysReptor.

Examples

Upload notes
1
2
echo "*Upload me*" | reptor note  # Appends to "Uploads" note
echo "*Upload me*" | reptor note --notetitle "My Note"  # Custom notetitle

Usage

1
2
3
4
5
6
7
8
usage: reptor note [-h] [--list] [--json]

Uploads and lists notes

optional arguments:
  -h, --help  show this help message and exit
  --list      list available notes
  --json