edgimar
edgimar
Storing clipboard data as plaintext to disk is a security vulnerability. Avoid this by choosing a secure means of encrypting it before storing it.
Given a git repository contained in the folder `foo`, if (from this folder) the command `git worktree add ../foo-worktree-otherbranch otherbranch` is executed, a worktree will be created for the `otherbranch`...
Currently the way to write a categorize.cfg file is tedious, involving the use of `--dump-samples` in combination with several `--exclude` commandline arguments, and piping this through various GNU shell tools....
If specified (and not 0), this env variable provides a maximum size (in megabytes) that the samba server will report to Time Machine.
It would be nice if there were a brightness scale-factor that causes the 'normal' computed brightness-percent value `X` to be replaced by `max(round(s*X), min_brightness)`, where `s` is the scale factor....
It would be great if one could specify a regular-expression that could be used to decide which files appear in the list. A fairly common extension (.zip) doesn't appear to...
The release packages currently bundle together all libraries that artisan depends on. Please consider additionally creating smaller packages that specify package dependencies in order to provide the needed libraries.
When using a `CUSTOM_ID` property, if a reference like `[[#myid][text to display]]` is used, then instead of the exported document having `text to display` appear for the link, only `myid`...
See https://stackoverflow.com/a/15841240 for information on how to include a map file so that clicking on a node will bring you to the associated URL. If dot is used to generate...
### Brief Abstract It would be convenient if there were functions that could be used to cut (optionally copy?) and paste a (top-level only?) headline subtree from a daily buffer...