diff options
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | bb.c | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ -# bb - A bitty browser for command line file management +# bb - An itty bitty browser for command line file management -`bb` is a TUI console file browser that is: +`bb` (bitty browser) is a TUI console file browser that is: - Extremely lightweight (currently around 1.2K lines of code) - Highly interoperable with unix pipelines @@ -1,5 +1,5 @@ /* - * Bruce's Browser (bb) + * Bitty Browser (bb) * Copyright 2019 Bruce Hill * Released under the MIT license */ |
