diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -54,14 +54,15 @@ For a full list of options, their defaults and how they're changing the behavior Show the state of the tree at the current commit. - [x] Folders should be traversable by clicking on their name. - [ ] Clicking on a file should open that file's page. -- [ ] Individual file page. +- [x] Individual file page. File content in a codeblock with file extension based language detection. For binary files a note that it can't be displayed. - - [ ] Don't treat pictures as binary files. + - [x] Don't treat pictures as binary files. - [ ] Breadcrumbs for navigating. + - [ ] Add button to download raw file. - [ ] Nav bar for navigating the pages mentioned above. - [ ] Link to special readme, if a readme can be found, rendering markdown. -- [ ] Wrapper script that takes care fo `venv` setup. +- [ ] Wrapper script that takes care of `venv` setup. - [ ] Limit to certain branch(es). - [ ] Limit commit range. - [ ] Parallelize generating output. |