Hi,
Does it work in windows ?
go get github.com/jroimartin/gocui
go get github.com/jameycribbs/cribbnotes_cui
go build cribbnotes_cui.go
Error : GetFileAttributesEx cribbnotes_cui.go: The system cannot find
the file specified.
On 8/5/2016 02:27, Jamey Cribbs wrote:
Hi, everyone. I would like to announce the first release of
CribbNotes CUI (https://github.com/jameycribbs/cribbnotes_cui).
CribbNotes CUI is a simple, console-user-interface note taking
application written in Go and using the awesome gocui
<https://github.com/jroimartin/gocui> library.
CribbNotes CUI stores it's notes in json format for easy access
outside the app. You can add new notes, edit existing notes, delete
notes, and search notes. It is fairly simplistic, but I wanted to
write something using gocui and I have a soft-spot for simple,
text-based note apps, so here we are.
I would greatly appreciate any feedback on the app, and especially the
code. I have run everything through golint and govet, but I don't yet
do a lot of Go, so constructive criticism on what I can do better is
welcome.
There is experimental vim support (albeit rudimentary at this point)
for navigation and editing, that can be enabled by passing --vim as
the last argument when running the executable. I have only tested
this on linux.
Enjoy and thanks for your time!
Jamey Cribbs
--
You received this message because you are subscribed to the Google
Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to golang-nuts+unsubscr...@googlegroups.com
<mailto:golang-nuts+unsubscr...@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.
--
Warm Regards,
Asit Dhal
http://asit-dhal.github.io/
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.