Skip to content

detectivesheepy/turtleterminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important

Before setting up your own server for Turtle, please check the LICENSE (Above, second tab)

Turtle Terminal

A free-to-use terminal for your projects, with a windows app because I felt like it

Table of contents

Using

Embed https://turtleterminal.vercel.app into your website

Commands

To get a command list, run help in the Turtle CLI

Languages and other systems

Jump to...

Ollama support

Turtle supports Ollama thanks to Greedy Allay's Ollama PenguinMod port. We have a fork at turtleollama.js in this repo.
Ollama commands

  • ollama on Toggle ollama mode on
  • ollama off Toggle ollama mode off
  • ollama set server (address) Set your ollama server address
  • ollama set model (name) Set the ollama model

LSL support

Turtle supports LSL but only partially. Since LSL is made for running on iFrames and game backends it is not primarally used to running in a CLI.
Because of that, LSL may not always function. You can find the LSL documentation here.

Question

Question is a an array type for making script-running and user commands easier.
You can use a command in each slot of an array:
["fullscreen","dial 1800 931 664","print You just ran code from","httpsend https://turtleterminal.vercel.app/testquestion.json"]

  1. fullscreen runs the fullscreen command
  2. dial 1800 931 664 runs itself etc, etc
    To run a Question in Turtle, use ? followed by the address to the question. Example: ?https://turtleterminal.vercel.app/testquestion.json

JavaScript

Turtle supports JavaScript thanks to Greedy Allay once more using the custom JavaScript block in his Tiles extension.

About

A terminal for your Web OS if you don't know how to make one

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages