https://github.com/wisehackermonkey/jot
https://github.com/wisehackermonkey/jot
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wisehackermonkey/jot
- Owner: wisehackermonkey
- License: mit
- Created: 2023-09-23T04:09:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-23T06:52:57.000Z (over 2 years ago)
- Last Synced: 2025-01-07T15:44:09.098Z (over 1 year ago)
- Language: C
- Size: 275 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jot
----
[](https://github.com/ellerbrock/open-source-badges/) [](https://opensource.org/licenses/MIT)
a stripped down no frills note pad.
designed to be a no distractions version of notepad.exe,
---
---
# Features
### Designed to do close to nothing
- save with ctrl + s
- quit with ctrl + w
- select all ctrl + a
# Installation
### download mingw from https://sourceforge.net/projects/mingw/
#### a good install tutorial https://www.geeksforgeeks.org/installing-mingw-tools-for-c-c-and-changing-environment-variable/
select gcc-g++

```bash
cd ~
git clone https://github.com/wisehackermonkey/jot.git
cd jot
mkdir build
gcc.exe -o build/jot.exe src/main.c -mwindows
```
# Summary
### - *[Installation](#Installation)*
### - *[Contributors](#Contributors)*
### - *[License](#License)*
--------------
# Development
###
```bash
gcc.exe -o build/jot.exe src/main.c -mwindows;
build and run
gcc.exe -o build/jot.exe src/main.c -mwindows; .\build\jot.exe
```
--------------
# Contributors
[](https://github.com/wisehackermonkey/jot/graphs/contributors)
##### Made with [contributors-img](https://contrib.rocks).
--------------
# License
#### MIT © wisehackermonkey

[](https://opensource.org/licenses/MIT)
```bash
by oran collins
github.com/wisehackermonkey
oranbusiness@gmail.com
20230922
```
#### [More of my Projects](https://github.com/wisehackermonkey/)