Skip to content

Instantly share code, notes, and snippets.

@oylenshpeegul
Created May 10, 2012 00:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oylenshpeegul/2650177 to your computer and use it in GitHub Desktop.
Save oylenshpeegul/2650177 to your computer and use it in GitHub Desktop.
App::Notes
$ 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
@ironcamel
Copy link

Thanks. This has been fixed via throughnothing/App-Notes#6

@oylenshpeegul
Copy link
Author

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