ComputerCraft Archive

Notes-Another simple notetaking program

computer operating-system unknown forum

Description

Installs notes program

Installation

Copy one of these commands into your ComputerCraft terminal:

Pastebin:pastebin get SvZg3X23 notes-another_simple_notetaking_program
wget:wget https://pastebin.com/raw/SvZg3X23 notes-another_simple_notetaking_program
Archive:wget https://cc.shobie.xyz/cc/get/pb-SvZg3X23 notes-another_simple_notetaking_program
Quick Install: wget https://cc.shobie.xyz/cc/get/pb-SvZg3X23 Notes-Another simple notetaking program

Usage

Run the program after downloading

Tags

forumpocket-programs

Source

View Original Source

Code Preview

--Installs notes program
term.setCursorPos(1,1)
term.clear()
print("Getting api dependency...")
shell.run("pastebin run tjEHN8iC")
print("Getting notes program...")
shell.run("pastebin get Jk9d9j0j notes")
print("Type 'notes' to run the notes program.")