Added a Search bar and organized command structure #80
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added a Search bar and organized command structure
Type of Change
New feature
Description
Added a search bar to the top of Linutil.
Also, since the bash/neovim setup are technically part of your dotfiles, but were outside the folder, I decided to bring them all together into a node on the tree called "Applications Setup", which makes more sense for a normal user just wanting to set the applications up without having to worry why there are "normal" setups and your dotfiles setups.
Screen.Recording.2024-07-26.at.16.11.27.mov
Testing
I have tested it and everything seems to be working fine.
Impact
If the project grew a lot, it would be hard to find the stuff we want. This makes it easier
Additional Information
@ChrisTitusTech I thought of organizing the applications into categories folders (Terminal, shell, editor, etc) but decided I didn't want to change too much of the current structure and will leave it up to you if you want me to do it.
Checklist