https://github.com/argosopentech/wolfedit
A text editor for coding based on the Qt C++ framework
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.7%) to scientific vocabulary
Repository
A text editor for coding based on the Qt C++ framework
Basic Info
Statistics
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 3
- Releases: 2
Metadata Files
README.md
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 page
https://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/FakeVim
FakeVim is included in the source of this repository: https://github.com/argosopentech/WolfEdit/tree/main/third_party/FakeVim
FakeVim is used for Vim emulation in QTextEdit, QPlainTextEdit and similar Qt widgets
Contributing
Contributuions (pull requests, forks, bug reports, and more) are welcome!
Owner
- Name: Argos Open Tech
- Login: argosopentech
- Kind: user
- Location: Ithaca, NY
- Website: www.argosopentech.com
- Twitter: argosopentech
- Repositories: 86
- Profile: https://github.com/argosopentech
GitHub Events
Total
- Issues event: 6
- Watch event: 3
- Push event: 1
Last Year
- Issues event: 6
- Watch event: 3
- Push event: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 7
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 2 days
- Total issue authors: 2
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 6
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- argosopentech (5)
- PJ-Finlay (2)
Pull Request Authors
- PJ-Finlay (2)