Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wisehackermonkey/jot
https://github.com/wisehackermonkey/jot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wisehackermonkey/jot
- Owner: wisehackermonkey
- License: mit
- Created: 2023-09-23T04:09:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-23T06:52:57.000Z (about 1 year ago)
- Last Synced: 2024-05-02T04:24:06.819Z (8 months 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
----
[![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/)