Update README.md

This commit is contained in:
Abdelilah El Aissaoui 2022-10-22 14:43:54 +02:00 committed by GitHub
parent 3ff18edaad
commit ff49090928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,15 +39,23 @@ Gitnuro has support for the following features:
- Blame file. - Blame file.
- View file history. - View file history.
- Theming. - Theming.
- Side by side diff in text files (will be available at 1.2.0). - Side by side diff in text files (will be available at 1.1.0).
- Stage/Unstage specific lines.
As it's still a young project, there are some interesting features that are not yet implemented but will be in the future:
<details>
<summary><b>Features planned</b></summary>
- Create/Apply patches - Create/Apply patches
- Remove tags from remote. - Remove tags from remote.
- View stashes in the log tree. - View stashes in the log tree.
- Submodules support (planned for 1.1.0). - Submodules support (planned for 1.2.0).
- Change the tracking of a specific branch. - Change the tracking of a specific branch.
- Syntax highlighting for diff.
- Various log options like showing the author, filtering by current branch o hide remote branches.
- Customizations settings.
</details>
## Contributing ## Contributing