https://github.com/linarcx/simorgh
Another line editor.
https://github.com/linarcx/simorgh
editor line-editor repl
Last synced: 4 months ago
JSON representation
Another line editor.
- Host: GitHub
- URL: https://github.com/linarcx/simorgh
- Owner: LinArcX
- License: gpl-3.0
- Created: 2023-12-16T10:55:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-16T12:39:54.000Z (over 1 year ago)
- Last Synced: 2025-01-12T17:45:24.894Z (5 months ago)
- Topics: editor, line-editor, repl
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simorgh
Another line editor.## Tools
- git
- gcc(or clang)
- gdb(or seergdb)
- fzf# Build/Run/Clean
## Linux
First source **project.sh** file:
`. project.sh`And then call `p`(it's a bash function).
Now you can see a list of commands, like:
- build
- run
- clean
- debug
- search
- search/replace
- generate tags
- valgrind
- find strings in the binary
- list symbols from object files## License
