Topic: Undertaker, the notetaker under 1kb!

I just made a REALLY small notetaker, that is 260 or so bytes in size, though it is really just a utility to use nano for taking notes.  I called it Undertaker.

Simply right click this link and do "save link as".  If you want to use it by simply typing "undertaker" (without quotes) in the terminal, just move it to your /bin folder.

As soon as I figure out how to make install scripts, I will make one for this, as well as my other script (pidgin-status).

Any comments?

[Acer Aspire One ZG5|Intel Atom N270|1GB RAM|8GB SSD|Intel Integrated Graphics|#! 9.04]
[Custom Desktop|Intel C2D E8400|2GB RAM|80GB & 250GB HDD|NVIDIA GeForce GT220|Win7Pro|#! 9.04]
[last.fm|deviantART|Bloodstar Studios]

Re: Undertaker, the notetaker under 1kb!

When it asks you to type a name, it cannot handle spaces. It will only use the first word.

My deviantART page | Arch Linux

If I was willing to use moss-grown software, I'd use debian-stable -- StrangeAttractor

Re: Undertaker, the notetaker under 1kb!

Yeah, that's the same problem as what happened in my other script (doh!).  I need to add quotes to where it calls the variable.  Lemme fix it real quick...

Edit: Try the link again.  It probably didn't occur to me that people might want to put spaces in their titles, even though spaces in linux are a generally bad idea. (the title is used in the filename)

Last edited by kmason (2010-02-08 21:55:43)

[Acer Aspire One ZG5|Intel Atom N270|1GB RAM|8GB SSD|Intel Integrated Graphics|#! 9.04]
[Custom Desktop|Intel C2D E8400|2GB RAM|80GB & 250GB HDD|NVIDIA GeForce GT220|Win7Pro|#! 9.04]
[last.fm|deviantART|Bloodstar Studios]

Re: Undertaker, the notetaker under 1kb!

Works fine now.

My deviantART page | Arch Linux

If I was willing to use moss-grown software, I'd use debian-stable -- StrangeAttractor

Re: Undertaker, the notetaker under 1kb!

you know you could halve the size of it by not advertising the fact that its so small tongue
but what happens if you want to open a note from yesterday ?


anyway ive actually written my own already, and somewhat larger http://sourceforge.net/search/?type_of_ … ords=tnote
</blatent_advertising>

- - - - - - - - Wiki Pages - - - - - - -
#! install guide           *autostart programs, modify the menu & keybindings
configuring Conky       *installing scripts

Re: Undertaker, the notetaker under 1kb!

I'm probably gonna add a menu to it with different options (list existing notes, search an existing note, etc.).  However, if you want to view yesterday's note, you can simply open it with your favorite text editor (it writes them to a directory, notes, in your home directory).

[Acer Aspire One ZG5|Intel Atom N270|1GB RAM|8GB SSD|Intel Integrated Graphics|#! 9.04]
[Custom Desktop|Intel C2D E8400|2GB RAM|80GB & 250GB HDD|NVIDIA GeForce GT220|Win7Pro|#! 9.04]
[last.fm|deviantART|Bloodstar Studios]