-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Anthony Post
committed
Mar 16, 2023
1 parent
0800416
commit 36f86ce
Showing
5 changed files
with
101 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Mako | ||
### A terminal based IDE/text editor built with the Textual library | ||
|
||
## Planned Features | ||
- Syntax highlighting (via Pygments) | ||
- LSP autosuggestion | ||
- LSP linting/diagnostics | ||
- Auto formmatting | ||
- Fuzzy finder | ||
- File tree | ||
- Multiple cursors | ||
- Tree-sitter integration | ||
- File/project search/replace | ||
- Tabs | ||
- View splitting (horizontal and vertical) | ||
- Auto save | ||
- Project focused with ability to edit one off files | ||
- Scratch files | ||
- Run configurations | ||
- Git integration | ||
- Themes (Pygments themes and Textual css) | ||
- Markdown live preview | ||
- Log tailing | ||
- Built in terminal (via Pyte) | ||
- System clipboard integration | ||
- Command mode (ctrl+space) | ||
- Select mode (ctrl+w) | ||
- auto brackets/surround | ||
- Easy configuration | ||
- Simple key remapping | ||
- An optional VIM style of modes/keybinds | ||
|
||
|
||
## Design philosophy | ||
- The default will be EDIT MODE (analogous to INSERT in VIM) | ||
- COMMAND MODE for quickly accessing common commands (analogous to NORMAL in VIM) | ||
- SELECT MODE for precision selections/manipulations (beyond holding shift and using | ||
arrow keys), (analogous to VISUAL in VIM) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters