CobbCoding1 / Cano

Text Editor Written In C Using ncurses
Apache License 2.0
62 stars 12 forks source link

add help option and help pages #61

Closed tim-tm closed 3 months ago

tim-tm commented 3 months ago

This PR implements parts of the in issue #55 requested features. Approach: Store help pages in form of files (similar to manpages, which could be created in the near future) The approach should make it very easy to implement help pages inside of cano, they can simply be opened as regular files.

Implemented:

TODO:

The help pages need to be installed on your system in order to actually use them. This can be done using a simple: make install

All help pages from docs/help will be installed to ~/.local/share/cano/help.

tim-tm commented 3 months ago

https://github.com/CobbCoding1/Cano/assets/43402731/caa86d29-f57f-4e65-8be7-d39a8e17a60b

CobbCoding1 commented 3 months ago

Looks great! Thanks a ton