App::Notes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ notes init | |
Initializing notes (/home/tim/.notes)... | |
Initialized empty Git repository in /home/tim/.notes/.git/ | |
$ notes add Hello World | |
Waiting for Emacs... | |
fatal: No configured push destination. | |
Either specify the URL from the command-line or configure a remote repository using | |
git remote add <name> <url> | |
and then push using the remote name | |
git push <name> | |
at /home/tim/perl5/perlbrew/perls/perl-5.15.9/lib/site_perl/5.15.9/Git/Repository.pm line 195. | |
$ notes list | |
Hello-World |
Thanks! It's on CPAN now as well.
$ cpanm App::Notes
--> Working on App::Notes
Fetching http://search.cpan.org/CPAN/authors/id/W/WW/WWOLF/App-Notes-0.008.tar.gz ... OK
Configuring App-Notes-0.008 ... OK
Building and testing App-Notes-0.008 ... OK
Successfully installed App-Notes-0.008 (upgraded from 0.007)
1 distribution installed
$ rm -rf .notes
$ notes init
Initializing notes (/home/tim/.notes)...
Initialized empty Git repository in /home/tim/.notes/.git/
$ notes add Hello World
Waiting for Emacs...
$ notes list
Hello-World
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks. This has been fixed via throughnothing/App-Notes#6