diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-06-10 22:27:06 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-06-10 22:27:06 -0700 |
| commit | 9e69ce643910494c5f045d0f95b806da1a9baf89 (patch) | |
| tree | 3d562afed49ca7a75d7673fffb280b60a9f38da8 | |
| parent | 792a39500ce926751f663eb54d2b58e3ed6fd427 (diff) | |
Fixed section headers
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ create a new file, `N` to create a new directory, `:` to run a command with the selected files in `$@`, and `|` to pipe files to a command. Pressing `Ctrl-c` will cause `bb` to exit with a failure status and without printing anything. -# bb's Philosophy +## bb's Philosophy The core idea behind `bb` is that `bb` is a file **browser**, not a file **manager**, which means `bb` uses shell scripts to perform all modifications to the filesystem (passing selected files as arguments), rather than @@ -99,5 +99,5 @@ For fish, put this in your `~/.config/fish/functions/fish_user_key_bindings.fish bind \cB 'bcd; commandline -f repaint' -# License +## License `bb` is released under the MIT license. See the `LICENSE` file for full details. |
