You are not logged in.

#1 2011-07-15 14:08:44

nsb
Member
From: Switzerland
Registered: 2008-03-26
Posts: 57

logcli (former logbook)

Hey

I wanted to learn more about C and improve the memoir program. So I present logcli! With logcli you can take little notes, while you are in the command line by simply typing a small L:

l <Your little notes>

The entries are saved in ~/.config/logcli/logcli.log together with the date and the directory and have the form:

YYYYMMDDHHmm
$(pwd) 
<note body>

You can make longer notes with

l log     # log is optional
this is
an entry
          # an empty line

You can search for a particular directory, date or word in your notes with

l dir|date|body REGEX

This means "l date ^2011" will find all the notes from 2011.

"l help" prints a little help message.

There is now an AUR package.

Have fun and tell me, how you like it. Any improvements are wellcome!

nsb

Edit: renamed program and added aur package

Last edited by nsb (2011-07-16 12:24:14)

Offline

#2 2011-07-16 09:38:20

jlcordeiro
Member
From: Portugal
Registered: 2009-05-23
Posts: 76

Re: logcli (former logbook)

Looks good. I will definately try it out soon.

Two things you may want to consider:
1) The name of your software.
http://packages.python.org/Logbook/index.html
https://aur.archlinux.org/packages.php?ID=40675
2) Creating an AUR package.

Thank you.

Offline

#3 2011-07-16 12:24:43

nsb
Member
From: Switzerland
Registered: 2008-03-26
Posts: 57

Re: logcli (former logbook)

Thanks. Done as you said. Hope, you'll like it!

Offline

#4 2011-07-16 12:28:42

jlcordeiro
Member
From: Portugal
Registered: 2009-05-23
Posts: 76

Re: logcli (former logbook)

Installed smile

Will use for a while and come back in a few days with suggestions.

Offline

Board footer

Powered by FluxBB