J
Jonniosaurus
Guest
... and i just wondered if anything in the public domain has been written like that before.
I'd better explain what i mean by note taking:
the program is called "bash nut" (at least, right now it is any way); so called because I originally abbreviated note to "nt" and it made me think of Windows NT *shudder*
it's inspired by sticky notes in windows; the premise being a tool that allows you to quickly scribble notes in your shell and recall/delete them as and when you need to. Nothing fiddly:
Nut add
reads a line and add it to the current note
Nut del n
delete line number n from the current note
Nut
load the current note in the following format:
TitleOfCurrentNut.nut
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
1) do the washing up
- - -
2) do the laundry
- - -
3) take over the world
- - -
4) etc.
You get the idea. It's still in alpha, and the initial release will have support for adding and removing "nuts" (notes) etc.
It started off as a little tutorial I set myself to learn how to write bash shell scripts, but it's kind of coming into its own now.
What do people think? Is this like the 1000th note-taking package or have i written something a bit different? I ask in part so as to decide whether to polish this project and put in proper validation etc. (at the end of the day, i wont need to add filename validation etc. for my own sake!!)
I'd better explain what i mean by note taking:
the program is called "bash nut" (at least, right now it is any way); so called because I originally abbreviated note to "nt" and it made me think of Windows NT *shudder*
it's inspired by sticky notes in windows; the premise being a tool that allows you to quickly scribble notes in your shell and recall/delete them as and when you need to. Nothing fiddly:
Nut add
reads a line and add it to the current note
Nut del n
delete line number n from the current note
Nut
load the current note in the following format:
TitleOfCurrentNut.nut
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
1) do the washing up
- - -
2) do the laundry
- - -
3) take over the world
- - -
4) etc.
You get the idea. It's still in alpha, and the initial release will have support for adding and removing "nuts" (notes) etc.
It started off as a little tutorial I set myself to learn how to write bash shell scripts, but it's kind of coming into its own now.
What do people think? Is this like the 1000th note-taking package or have i written something a bit different? I ask in part so as to decide whether to polish this project and put in proper validation etc. (at the end of the day, i wont need to add filename validation etc. for my own sake!!)