kenc

Results 11 issues of kenc

Hi, thanks for working on autorestic, it has been really helpful! I was looking to contribute to the project and noticed there are no unit tests, or there might be...

Closes #272. Retrieves the current Linkding version at `/api/version` endpoint. I hope this doesn't get mistaken for the API's version.

Sometimes, I forget whether a bookmark is archived or not and have to search through both lists to find it. Currently, when bookmarks are archived, they do not show up...

enhancement

Adds support for `hjkl`. Closes #2. Fuzzy search mode is activated with `/` and deactivated with `Esc`. Changing directories also deactivates it. For now, this is a breaking change. Making...

In some repositories, their release packages have the same name for all versions. For example, [staticcheck](https://github.com/dominikh/go-tools/releases). This causes stew to error since the tarball already exists in the `$stewPath/pkg` directory:...

##### SUMMARY This PR adds `install_suggests` to the `apt` module to allow installing suggested packages. Fixes #81173 ##### ISSUE TYPE - Feature Pull Request

module
stale_ci
stale_review
feature
has_issue

keyb should be able to read multiple config and keyb files in a given directory. Things to note: - Handle duplicate keys for the same program in multiple files -...

enhancement

[xdotool](https://github.com/jordansissel/xdotool) can simulate keystrokes from stdin. Although untested, perhaps keyb could start in a special mode where any selection could be piped into xdotool to simulate the keystroke: ```bash $...

enhancement

[xremap](https://github.com/k0kubun/xremap) and [keyd](https://github.com/rvaiya/keyd) are two examples of key remapping tools in Linux. Both utilize a simple configuration file to declaratively define remapped keys. It would be nice if keyb could...

enhancement

keyb creates a default config file that contains prefilled configuration. If a new configuration key is added in the future or an existing one is modified, users can easily miss...