-
Updated
Aug 12, 2021 - Vim script
file-manager
Here are 668 public repositories matching this topic...
-
Updated
Aug 23, 2021 - C
-
Updated
Aug 23, 2021 - C#
-
Updated
Aug 21, 2021 - Go
-
Updated
Aug 22, 2021 - Python
-
Updated
Aug 22, 2021 - Go
-
Updated
Aug 9, 2021 - PHP
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Aug 23, 2021 - C
-
Updated
Aug 23, 2021 - Kotlin
-
Updated
Aug 13, 2021 - C++
-
Updated
Jul 12, 2021 - JavaScript
-
Updated
Aug 22, 2021 - C++
-
Updated
Aug 18, 2021 - Python
-
Updated
Aug 23, 2021 - Python
Describe the bug
When using the editor, the buttons to save and cancel differ in order and appearance from the other buttons of the application.
To Reproduce
- Open Filegator
- Open the editor
- See error
Expected behavior
The buttons should look the same and be in the same order as in the rest of the application.
Screenshots
Standard:

- I am prepared to help make this feature
What version of
-
Updated
Aug 23, 2021 - Go
-
Updated
Aug 11, 2021 - Vim script
Feedback from OS X
Is there an existing issue for this?
- I have searched the opened issues
Problem description
Hi, I have some initial feedback from using the app on OS X. These are probably multiple issues, but I wasn't really sure what the underlying problems are, so I didn't split it myself.
Security settings
OS X blocks the app per default from reading anything. So you need to navi
Most TUI programs have a useful list of categorized keybindings that shows when <?>
or shift
+/
are pressed to quickly check which-key does X, or see what commands are available to the user. I believe this is a low-input/high-return improvement for all new users. This would also make the project feel much more polished.
-
Updated
Aug 20, 2020 - PHP
Improve this page
Add a description, image, and links to the file-manager topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the file-manager topic, visit your repo's landing page and select "manage topics."
The
runner::Runner::run
method is quite complicated and deals with a lot of variables.This can be simplified by consolidating the variables into one or multiple structs.