simple, dated, one line note taker, in one line of posix sh...
#!/bin/sh
printf '%s\n' "$(date +%d/%m/%y): $*" >> ~/n
name it n,
make it executable,
put it in ~/bin.
use like: n this is my note
writes to txt file named n in ~/
shout out to dylan araps. wherever he is.