https://github.com/sambhav2612/cedit
:clipboard: :black_nib: A text editor written in C and C++
https://github.com/sambhav2612/cedit
c text-editor
Last synced: 2 months ago
JSON representation
:clipboard: :black_nib: A text editor written in C and C++
- Host: GitHub
- URL: https://github.com/sambhav2612/cedit
- Owner: sambhav2612
- License: gpl-3.0
- Created: 2018-02-18T16:52:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T15:35:25.000Z (about 2 years ago)
- Last Synced: 2025-01-22T01:36:30.147Z (4 months ago)
- Topics: c, text-editor
- Language: C
- Homepage: https://sambhav2612.github.io/CEdit/
- Size: 2.18 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# CEdit
A text editor written in C and C++.
## Status [](https://travis-ci.org/sambhav2612/CEdit)
At version 0.0.11 and compiling without warning(s).
## Latest Update
Add and deploy [static website](https://sambhav2612.github.io/CEdit/) made with Facebook's Docusauras Framework.
## Upcoming Update
Add unit testing via Check Framework.
## Installation
```bash
# init local repo
$ git init# add repo remote
$ git remote add upstream https://github.com/sambhav2612/CEdit.git# clone the repo from remote
$ git clone upstream# cd into the directory
$ cd CEdit# install gcc and make
$ npm run install-dependencies# test for installation of gcc and make
$ npm run test-dependencies# build executable and run
$ npm run build-executable# manually run the executable with new file
$ ./editor# manually run the executable with open file
$ ./editor# to keep up-to-date with remote
$ git pull upstream master# == OPTIONAL ==
# install packages
$ npm install# start a local server with current dir content in JSON format served online
$ npm run start-server
```## Known Issues
Check the issue tracker for known issues [here](https://github.com/sambhav2612/CEdit/issues/created_by/sambhav2612).
## Machine setup instructions
Refer: https://viewsourcecode.org/snaptoken/kilo/01.setup.html
## Contribution Guideline
Contributions are welcome. Do check the existing contribution guideline [here](https://github.com/sambhav2612/CEdit/blob/master/.github/CONTRIBUTING.md).
## License
© Sambhav Jain 2018 [[email protected]](mailto:[email protected])
