https://github.com/dafox/gredit
https://github.com/dafox/gredit
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dafox/gredit
- Owner: DaFox
- Created: 2023-02-11T13:12:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T13:16:22.000Z (over 2 years ago)
- Last Synced: 2025-02-07T14:28:32.636Z (4 months ago)
- Language: C++
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gredit
## Usage
grep -n main * | gredit
## Build
```sh
./build.sh
```## References
- The order of the arguments of G++ matter
https://stackoverflow.com/questions/16192087/undefined-reference-to-initscr-ncurses
- C++ string to const char* or char*
https://stackoverflow.com/questions/347949/how-to-convert-a-stdstring-to-const-char-or-char