Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/motemen/app-sn
Command-line Simplenote client
https://github.com/motemen/app-sn
Last synced: 3 months ago
JSON representation
Command-line Simplenote client
- Host: GitHub
- URL: https://github.com/motemen/app-sn
- Owner: motemen
- Created: 2011-04-15T11:37:30.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-14T03:10:55.000Z (over 13 years ago)
- Last Synced: 2024-08-04T09:03:06.972Z (5 months ago)
- Language: Perl
- Homepage:
- Size: 112 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sn.pl - CLI Simplenote client
=============================DESCRIPTION
-----------A command-line [Simplenote][sn] client.
* Invokes `EDITOR` (e.g. vim) to edit notes.
* Uses [Config::Pit](http://search.cpan.org/perldoc?Config::Pit) to manage account information.
* Stores notes and auth information to ~/.sn.pl.yaml .
* Uses [Growl](http://growl.info/) to notify notes updated while editing.COMMANDS
--------### list
List notes. Will download all notes at first, may take some time.
sn.pl list [--no-data] [--tag={tag}]
* `--no-data` Do not fetch note contents.
* `--tag` Filter notes by tag.### new
Start editing new note. Starts `EDITOR` with temporary file.
While editing, update the file to send note to server.sn.pl new
### edit
Edit existing note.
While editing, update the file to send note to server.sn.pl edit {note-key}
### cat
Print note content to stdout.
sn.pl cat [--local] {note-key}
* `--local` Show local cached note content.
### grep
Grep note contents. Currently does on local data.
sn.pl grep {pattern}
### help
Show help.
sn.pl help [{command}]
SEE ALSO
--------[Simplenote][sn]
[sn]: http://simplenoteapp.com/
AUTHOR
------motemen