Skip to content

wisehackermonkey/jot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jot


Open Source Love svg2 License: 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

select gcc-g++ Alt text

cd ~
git clone https://github.com/wisehackermonkey/jot.git
cd jot
mkdir build
gcc.exe -o build/jot.exe src/main.c -mwindows

Summary


Development

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

Made with contributors-img.

License

MIT © wisehackermonkey

License: MIT

by oran collins
github.com/wisehackermonkey
oranbusiness@gmail.com
20230922