All Projects → Sidd-Dino → bte

Sidd-Dino / bte

Licence: MIT License
A Simple Text Editor Written In Bash

Programming Languages

shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to bte

am-editor
A rich text collaborative editor framework that can use React and Vue custom plug-ins. 一个富文本实时协同编辑器框架,可以使用React和Vue自定义插件。
Stars: ✭ 542 (+1289.74%)
Mutual labels:  text-editor
pro-writer
Minimal yet Pro Writer 🚀
Stars: ✭ 22 (-43.59%)
Mutual labels:  text-editor
WordIDE
A tool that helps you write code in your favorite IDE: your word processor!
Stars: ✭ 37 (-5.13%)
Mutual labels:  text-editor
goneovim
A GUI frontend for neovim.
Stars: ✭ 1,721 (+4312.82%)
Mutual labels:  text-editor
x-studio.github.io
This is the issues tracking, roadmap, docs src repo of the x-studio IDE. Copyright © 2014-2022 Simdsoft Limited
Stars: ✭ 92 (+135.9%)
Mutual labels:  text-editor
jot
Command-line note-taking for minimalists
Stars: ✭ 24 (-38.46%)
Mutual labels:  text-editor
zee
A modern text editor for the terminal written in Rust
Stars: ✭ 1,120 (+2771.79%)
Mutual labels:  text-editor
Nineties
💾 Colors for World Wide Web pioneers
Stars: ✭ 16 (-58.97%)
Mutual labels:  text-editor
dotstail
This Repo helps you make a look alike text-overflow ellipsis for multiple lines using JS.
Stars: ✭ 16 (-58.97%)
Mutual labels:  text-editor
perfume
A Programming language perfume. And text editor Pmacs writen by Perfume.
Stars: ✭ 20 (-48.72%)
Mutual labels:  text-editor
mano-simulator
🖥️ An assembler and hardware simulator for the Mano Basic Computer, a 16 bit computer.
Stars: ✭ 20 (-48.72%)
Mutual labels:  text-editor
dead-simple-text
Minimalist plain text editor for the web
Stars: ✭ 34 (-12.82%)
Mutual labels:  text-editor
JCEditor
📝 Text editor created in Java
Stars: ✭ 33 (-15.38%)
Mutual labels:  text-editor
ce
Coma Editor - my personal editor
Stars: ✭ 20 (-48.72%)
Mutual labels:  text-editor
rstpad
Standalone reStructuredText editor with live preview (native app)
Stars: ✭ 35 (-10.26%)
Mutual labels:  text-editor
tree-sitter-legesher-python
✨ Legesher's Python grammar for Tree-Sitter 🌳
Stars: ✭ 40 (+2.56%)
Mutual labels:  text-editor
Kodis
Kodis is an Android based Code Text Editor
Stars: ✭ 18 (-53.85%)
Mutual labels:  text-editor
werf
Mouse driven text editor inspired by Acme (text editor from Plan 9).
Stars: ✭ 20 (-48.72%)
Mutual labels:  text-editor
schema
Typed schema for writing reactive scientific documents.
Stars: ✭ 17 (-56.41%)
Mutual labels:  text-editor
ax-editor
Ax is a code editor with syntax highlighting that runs in your terminal written completely in Swift.
Stars: ✭ 42 (+7.69%)
Mutual labels:  text-editor

bash text editor

A simple text editor written in bash.

Requirements

bash 4+

Instalation

make install

Keybindings

Arrow Keys  : For cursor movement
Pg Up       : To move up a page
Pg Dwn      : To move down a page

Back Space  : To delete the character before the cursor
Delete      : To delete the character under the cursor

Alt+u       : Undo action
Alt+r       : Redo action

Ctrl+O      : Save file
Ctrl+X      : Quit the editor

Why i made it?

This is just a passion project I chose to do after being inspired by fff. Thank you @dylanaraps ^u^

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].