diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-05-22 01:56:39 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-05-22 01:56:39 -0700 |
| commit | 292d1953e8feb8886ac6012a58de77b52aec32b6 (patch) | |
| tree | 4b4b0d32451d7afc2fa15bfb86675f896a594676 | |
| parent | 0d6724017bf6bd5bb266faa71ef09d63ae4a6fc9 (diff) | |
Updating naming
| -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 */ |
