mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Use double spacing on sentence start, smaller text width, style
This commit is contained in:
parent
65c1dfe167
commit
ef11c024b9
35
README
35
README
|
@ -7,20 +7,22 @@
|
||||||
-- by lostd and sin
|
-- by lostd and sin
|
||||||
=======================================================
|
=======================================================
|
||||||
|
|
||||||
|
|
||||||
What is it?
|
What is it?
|
||||||
===========
|
===========
|
||||||
|
|
||||||
noice is a small ncurses-based file manager.
|
noice is a small ncurses-based file manager.
|
||||||
It was first developed to be used with a tv remote control for a media center
|
It was first developed to be used with a tv remote control for a media
|
||||||
solution.
|
center solution.
|
||||||
|
|
||||||
|
|
||||||
Getting started
|
Getting started
|
||||||
===============
|
===============
|
||||||
|
|
||||||
Get the latest version from the git-repository; build and install it.
|
Get the latest version from the git-repository; build and install it. Run
|
||||||
Run noice in a directory to display its content in the form of a list, where
|
noice in a directory to display its content in the form of a list, where
|
||||||
each line is a file or directory. The currently selected item will be preceded
|
each line is a file or directory. The currently selected item will be
|
||||||
with a " > " by default.
|
preceded with a " > " by default.
|
||||||
|
|
||||||
Navigation
|
Navigation
|
||||||
----------
|
----------
|
||||||
|
@ -45,24 +47,25 @@ File opening
|
||||||
|
|
||||||
Depending on the filetype, noice will open the selected file with the
|
Depending on the filetype, noice will open the selected file with the
|
||||||
application specified in `config.h` at compilation time. The associations
|
application specified in `config.h` at compilation time. The associations
|
||||||
are specified by regexes, so you might experience issues when trying to open a file
|
are specified by regexes, so you might experience issues when trying to
|
||||||
that does not match those regexes.
|
open a file that does not match those regexes.
|
||||||
|
|
||||||
The default program is less(1). For text files, you can use the 'v'
|
The default program is `less(1)`. For text files, you can use the 'v'
|
||||||
command in less(1) to open the file in your $EDITOR.
|
command in `less(1)` to open the file in your $EDITOR.
|
||||||
|
|
||||||
Filters
|
Filters
|
||||||
-------
|
-------
|
||||||
|
|
||||||
Filters narrow down the view. This effectively allows you to easily search/jump
|
Filters narrow down the view. This effectively allows you to easily
|
||||||
to a particular file or directory. If you want to reset the filter then you can
|
search/jump to a particular file or directory. If you want to reset the
|
||||||
just use the match-any regex (i.e. .*). You can think of noice being in search
|
filter then you can just use the match-any regex (i.e. '.'). You can
|
||||||
mode all the time.
|
think of noice being in search mode all the time.
|
||||||
|
|
||||||
Filters do not stack or nest. They are applied afresh every time.
|
Filters do not stack or nest. They are applied afresh every time.
|
||||||
|
|
||||||
|
|
||||||
Contact
|
Contact
|
||||||
=======
|
=======
|
||||||
|
|
||||||
You can reach us through the freenode IRC network at #2f30.
|
You can reach us through the freenode IRC network at #2f30. If you have
|
||||||
If you have any patches, ideas or feedback feel free to join.
|
any patches, ideas or feedback feel free to join.
|
||||||
|
|
Loading…
Reference in a new issue