All Projects → comfies → Bed

comfies / Bed

Licence: unlicense
bash only text editor

Programming Languages

shell
77523 projects
bash
514 projects

Projects that are alternatives of or similar to Bed

Micro
A modern and intuitive terminal-based text editor
Stars: ✭ 18,526 (+15085.25%)
Mutual labels:  command-line, text-editor
Moe
A command line based editor inspired by vi/vim. Written in Nim.
Stars: ✭ 252 (+106.56%)
Mutual labels:  command-line, text-editor
Anexplorer
📁 Another Android Explorer ( File Manager ) is an All-in-One Open source file manager. AnExplorer File Manager (File Explorer) is designed for all android devices including Phones, Phablets, Tablets, Chromecast, Wear OS, Android TV and Chromebooks. It's a fully designed with Material guidelines by Google.
Stars: ✭ 1,505 (+1133.61%)
Mutual labels:  text-editor
Warp
Secure and simple terminal sharing
Stars: ✭ 1,548 (+1168.85%)
Mutual labels:  command-line
Admiral.cr
A robust DSL for writing command line interfaces written in Crystal.
Stars: ✭ 112 (-8.2%)
Mutual labels:  command-line
Totoval
An out-of-the-box artisan API web-framework written in go.
Stars: ✭ 110 (-9.84%)
Mutual labels:  command-line
Tmsu
TMSU lets you tags your files and then access them through a nifty virtual filesystem from any other application.
Stars: ✭ 1,588 (+1201.64%)
Mutual labels:  command-line
Gest
👨‍💻 A sensible GraphQL testing tool - test your GraphQL schema locally and in the cloud
Stars: ✭ 109 (-10.66%)
Mutual labels:  command-line
Bull Repl
Bull / BullMQ queue command line REPL
Stars: ✭ 121 (-0.82%)
Mutual labels:  command-line
Goto
Navigate long command lines using a minimalistic char-based decision tree.
Stars: ✭ 112 (-8.2%)
Mutual labels:  command-line
Cum
comic updater, mangafied
Stars: ✭ 117 (-4.1%)
Mutual labels:  command-line
Iota
A terminal-based text editor written in Rust
Stars: ✭ 1,500 (+1129.51%)
Mutual labels:  text-editor
Zsh Abbr
The zsh manager for auto-expanding abbreviations, inspired by fish shell.
Stars: ✭ 109 (-10.66%)
Mutual labels:  command-line
Dnd Tools
Interactive CLI tools for Dungeons and Dragons 5e
Stars: ✭ 115 (-5.74%)
Mutual labels:  command-line
Flap
Fortran command Line Arguments Parser for poor people
Stars: ✭ 109 (-10.66%)
Mutual labels:  command-line
Coinmon
💰 The cryptocurrency price tool on CLI. 🖥
Stars: ✭ 1,581 (+1195.9%)
Mutual labels:  command-line
Httpcat
httpcat is a simple utility for constructing raw HTTP requests on the command line.
Stars: ✭ 109 (-10.66%)
Mutual labels:  command-line
Hmap
hmap is a command line tool written in Swift to work with Clang header maps produced by Xcode.
Stars: ✭ 110 (-9.84%)
Mutual labels:  command-line
Meh
🎑 a simple, minimalist, super fast image viewer using raw XLib
Stars: ✭ 113 (-7.38%)
Mutual labels:  command-line
Spectre.cli
An extremely opinionated command-line parser.
Stars: ✭ 121 (-0.82%)
Mutual labels:  command-line
                       ||
                       ||                   ||
                    ||/||___                ||
                    || /`   )____________||_/|
                    ||/___ //_/_/_/_/_/_/||/ |
                    ||(___)/_/_/_/_/_/_/_||  |
                    ||     |_|_|_|_|_|_|_|| /|
                    ||     | | | | | | | ||/||
                    ||~~~~~~~~~~~~~~~~~~~||
                    ||                   ||

                       Bash only text editor

[ DESCRIPTION ]

Line-based/modal visual editor. Navigate with the arrow keys and edit with vim-like bindings. Supports basic file editing and viewing (e.g. scrolling, paging up/down, line editing, deleting, saving/loading).

[ ENVIRONMENT VARIABLES ]

BED_FILE_PROMPT Prompt shown when setting a file BED_REFRESH_TIMEOUT How long to wait idle until redrawing BED_ICON String to be shown in the top left of the status bar

[ KEYBINDS ]

Each bind is set with an environment variable 'BED_KEY_'. Values for the binds are the actual contents the keypress(es) would insert.

Name Default Description


PGUP pgup Move up a window's worth of lines PGDN pgdn Move down a window's worth of lines UP ↑ Move up a line DOWN ↓ Move down a line QUIT q Exit bed FILE f Set target file READ r Read file into the buffer WRITE w Write buffer into the file EDIT e Modify current line APPEND a Append new line, move to it and begin editing DELETE d Delete the current line NEW n Insert new line after current

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].