Using nano
“GNU nano is a text editor for Unix-like computing systems or operating environments using a command line interface.” (Wikipedia)
Example Installationsmallbasic.nanorc
from github~/.config/nano/syntax
nano ~/.config/nano/nanorc
## === Syntax coloring ===
add include "~/.config/nano/syntax/*.nanorc"
Depending on your Linux distribution the default nano settings are a little bit disappointing. But fortunately you can tweak nano quite a bit by activating some settings in nanorc
. Just remove the comments for:
set autoindent
set indicator
set linenumbers
set minibar
set mouse
### Paint the interface elements of nano
to make nano colorful.include "/usr/share/nano/*.nanorc"
## If you would like nano to have keybindings that are more "usual"
If you use nano in a console you can suspend it by pressing CTRL-Z
. After pressing CTRL-Z
you are on the console and you can i.e. start the console version of SmallBASIC to test your program. After testing you can switch back to the suspended nano by executing the command fg
in the console.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4