KarlHeitmann / KarlHeitmann/rg_explorer

Add some help inside the Home tab page

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
documentation
Dominant language
Rust
Stars
6
Forks
0
PR merge metrics
No merged PRs in 30d

Description

To see what you can do inside a tab page, you need to look at the source code of the application. Because there is not a single hint on what the application can do.

Take a look at the source code on `./src/ui/home.rs`, there are no actions the user can take here. Only the global actions described on the function `selection_menu_handler` (HINT: use rg explorer to find where this function is defined ;) ).

To solve this issue, create a new function on `./src/ui/home.rs` so when the user hits "?", it will display a widget showing him some general help: what keys he must press to go to each tab, what this project does, and what is the purpose of each tab.

You can inspire yourself by seeing how the handler `action_edit` function works. Use rg_explorer to find in which place this function is defined, and where it is used. Try to follow this pattern.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.