Is anyone else getting a "Error 401 UNAUTHORIZED" on this github repo?
Show HN: Posce, a note-taking toolkit for your command-line
11–20 of 32 posts
Re: Show HN: Posce, a note-taking toolkit for your command-line
#12This is why the XDG spec exists. Use XDG_CONFIG_HOME, not HOME.
I don't feel strongly about config file vs env var for just 2 settings, but seems worth noting. Dropping a dotfile right into your home directory is old school and needs to go away.
Re: Show HN: Posce, a note-taking toolkit for your command-line
#13The last thing you or I need is another configuration file clogging up our home directories. This is why the XDG spec exists. Use XDG_CONFIG_HOME, not HOME. I don't feel strongly about config file vs env var for just 2 settings, but seems worth noting. Dropping a dotfile right into your home directory is old school and needs to go away.
Re: Show HN: Posce, a note-taking toolkit for your command-line
#14Is anyone else getting a "Error 401 UNAUTHORIZED" on this github repo?
Re: Show HN: Posce, a note-taking toolkit for your command-line
#15Re: Show HN: Posce, a note-taking toolkit for your command-line
#16Since you use a text editor anyway, why not use a text editor and a text file to, uh, take notes? Your tool runs in an interpreter and needs a dependency maintenance workflow.
Re: Show HN: Posce, a note-taking toolkit for your command-line
#17If someone calls it a "command line" I usually ignore them. If they call it a "shell" I am more inclined to take note . . .
Re: Show HN: Posce, a note-taking toolkit for your command-line
#18However, one thing I think must be required from such a tool is a full text search engine. The find subcommand appears to only use substrings or regular expressions which can be very limiting when trying to find that note you made about server xyz and some service abc on it. A regex that would sufficiently find that escapes me, if it's even possible.
Re: Show HN: Posce, a note-taking toolkit for your command-line
#19I don't see what the point of this is. Every single command can be mapped to an existing Unix tool.
I wrote about that in the FAQ: https://github.com/posce/posce#why-use-this-instead-of-lsgre... ## Why use this instead of ls/grep/wget/etc? Posce is one app using one system on one directory. It's a very focused app, and that focus gives it a level of stability and uniformity I enjoy. Also, by using a single notes directory, you can use disambiguated names and get incredible brevity when entering commands.
Re: Show HN: Posce, a note-taking toolkit for your command-line
#20The last thing you or I need is another configuration file clogging up our home directories. This is why the XDG spec exists. Use XDG_CONFIG_HOME, not HOME. I don't feel strongly about config file vs env var for just 2 settings, but seems worth noting. Dropping a dotfile right into your home directory is old school and needs to go away.