bluss
bluss
Ideas and tracking to take advantage of “new” features in Rust All features to be used because of what gain they give us, not to score points. **Formulate goal &...
C-order is the default order. The following functions need adaption for f-order: - [x] map - [x] to_owned - [x] zip_mut_with broadcast from 0 - [ ] zip_mut_with general -...
See issue #166 for the whole discussion.
In the era of wayland, we need a different way than keybinder to allow global keyboard shortcuts. - [x] Allow using Kupfer without keybinder installed (since v311) - [x] Allow...
kupfer 319 has square window corners. It's a library issue: Pygobject / Python GTK 3 bindings does not export the needed cairo types, so we can't use the relevant method...
The configuration parser and all that is basically a mess. Clean up - [ ] handling of default values - [ ] configuration value type
User Sources
Allow users to extend the catalog by using shell scripts (or other programs) that produce textual output. In this way they act like indexers. A User source plugin will parse...
Tracker indexes files and file content. How to best connect with this in Kupfer? Tracker can tell us: - [ ] Titles of documents like PDFs and Word documents -...
Update FileLeaf with constructors and methods so that users of FileLeaf don't have to care about how it represents the file path internally. This is a required step for two...
One idea that is at the back of my mind is to allow certain actions to be found in the primary pane. When an action is selected in the primary...