Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wisehackermonkey/jot


https://github.com/wisehackermonkey/jot

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# jot
----
[![Open Source Love svg2](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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++
![Alt text](image.png)
```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://contrib.rocks/image?repo=wisehackermonkey/jot)](https://github.com/wisehackermonkey/jot/graphs/contributors)

##### Made with [contributors-img](https://contrib.rocks).

--------------

# License

#### MIT © wisehackermonkey

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
```bash
by oran collins
github.com/wisehackermonkey
[email protected]
20230922
```

#### [More of my Projects](https://github.com/wisehackermonkey/)