Skip to content
#

computercraft

Here are 289 public repositories matching this topic...

alxpettit
alxpettit commented Oct 6, 2020

Or in this case...hyphen bangs. A special optional line at the top of a text file to tell CraftOS to open a file with a specific program. For instance, --!/bin/py at the top of a Python script, or --!paint to load a paint file directly into the paint program when launched. :)

enhancement area-CraftOS good first issue
SquidDev
SquidDev commented May 17, 2018

Just a collection of features it didn't seem worth creating separate issues for.

Readline

  • Add history search: This should appear relatively similar to autocompletion, with the currently entered text in white and the remaining text in grey. We'd want to have some indicator marking that we're in search mode.

    C-R should search backwards and C-S to search forw

Improve this page

Add a description, image, and links to the computercraft topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the computercraft topic, visit your repo's landing page and select "manage topics."

Learn more