Thiago Perrotta
Thiago Perrotta
If the user as a global `core.hooksPath` hook set (example: [yours truly](https://github.com/thiagowfx/.dotfiles/blob/6ef19236cec8793ae2ba411ae3c1c486689cb5c8/git/.gitconfig#L41)), `aurpublish setup` doesn't work. One needs to explicitly set `git config core.hooksPath .git/hooks` in the aurpublish-backed repository. Thinking...
Disclaimer: I reproduced this only once. ## Environment ``` % doas cat /etc/apk/autoupdate.conf # Configuration for apk-autoupdate. # List of packages that should not be automatically upgraded. # Note: Case...
There are several themes that set the desktop background to a solid color: ``` >> ack xsetroot solarized_dark 36:exec_always --no-startup-id xsetroot -solid '$baseA2' tango-light 48:exec_always --no-startup-id xsetroot -solid '#2E3436' tango-dark...
- [x] I have read this document: https://miniflux.app/opinionated.html#feature-request Many [Substack](https://substack.com) RSS feeds are paywalled to subscribers only. If you follow the content via RSS in miniflux, you're likely only interested...
Is there any way to do a `--depth 1` while cloning a repository (=shallow clone)? I couldn't find such an option. If there is no such an option indeed, please...
Consider the following terminal session: $ echo www.google.com www.google.com https://github.com/tmux-plugins/tmux-urlview (triggered with `C-a u`) will list `www.google.com` as one of the potential URL matches. Copycat (`C-a C-u`), however, will not....
As per advice on https://learnvimscriptthehardway.stevelosh.com/chapters/05.html
https://github.com/beyondgrep/ack3/blob/dev/CONTRIBUTING.md: - The name of the filetype: GN (Generate Ninja) What the definition of the filetype would be, taken from the .ackrc file that you've been using: `.gn`, `.gni` -...
- [X] I have read this document: https://miniflux.app/opinionated.html#feature-request As a follow-up of https://miniflux.app/docs/rules.html#filtering-rules: > Block rules ignore articles with a title that match the regex. > Keep rules keeps only...
Feature Request: `doasedit` to proxy to `sudoedit`. It is a natural fit to this repo. A few examples: - https://github.com/TinfoilSubmarine/doasedit - https://gitlab.com/magnustesshu/doasedit/-/blob/master/doasedit (this one is used in AUR: https://aur.archlinux.org/packages/doasedit)