koffee
koffee copied to clipboard
Fast, keyboard-driven file explorer
Add read-only support for browsing the registry as a filesystem where registry keys are "folders" and values are "files". Add a "Registry" item in the root. Bookmarking should support registry...
This extends #105 to add support for adding, removing and modifying registry keys and values. This should work just like adding files and folders. Adding a value will allow the...
Allow pasting file(s) into Koffee copied from Koffee or other programs, such as Explorer.
Every action on the filesystem in Koffee will be logged to a file named with the current date. These logs will be kept under a "logs" folder in the koffee...
- Overwrite and delete prompts and error messages about actions on an item would be better shown just below the selected item - Errors trying to access typed in paths...
Allow the user to select multiple items for moving, copying, deleting, renaming (prepend, append to name, append to extension). Allow multi-selection by: - `` to toggle selection of the item...
We can add this case to StatusType: `| BusyProgress of string * current:int * goal:int` ...and add callbacks of `int * int` to file sys funcs
The projects are already upgraded to the .NET Core SDK format. All that needs to be done is change the target framework, but this will require dependencies to support .NET...
Similar to path suggestions from history, typing in the search box should pop up a list of matching strings from history. A simple "contains" match should suffice. - Up and...
Example: attempting to copy files into a Program Files folder on Windows 10 will fail with an access denied error. Explorer does the UAC prompt to escalate privileges to allow...