Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/argosopentech/wolfedit
A text editor for coding based on the Qt C++ framework
https://github.com/argosopentech/wolfedit
Last synced: 28 days ago
JSON representation
A text editor for coding based on the Qt C++ framework
- Host: GitHub
- URL: https://github.com/argosopentech/wolfedit
- Owner: argosopentech
- License: mit
- Created: 2024-01-22T16:52:38.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T13:56:17.000Z (3 months ago)
- Last Synced: 2024-08-13T16:53:23.322Z (3 months ago)
- Language: C++
- Homepage:
- Size: 254 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WolfEdit (beta)
WolfEdit is a free and open source text editor with a Vim-like interface built on the Qt C++ framework. WolfEdit is designed to be used by programmers and people that frequently edit text files. WolfEdit is focused on simplicity and performance so that programmers can customize their editor by modifying the source directly and have a snappy user experience.
WolfEdit is a work in progress and there are frequent changes and bugs.
## Install
Download the Debian Linux Build from the GitHub releases pagehttps://github.com/argosopentech/WolfEdit/releases
## Building
##### Install Qt
```
sudo apt install qt5-default```
```
git clone https://github.com/argosopentech/WolfEdit.git
cd WolfEdit
./scripts/build.sh
./build/WolfEdit```
## Format
```
./scripts/format.sh
```## Dependencies
### Qt
https://www.qt.io/### FakeVim
https://github.com/hluk/FakeVimFakeVim is included in the source of this repository:
https://github.com/argosopentech/WolfEdit/tree/main/third_party/FakeVimVim emulation in QTextEdit, QPlainTextEdit and similar Qt widgets