https://github.com/gerph/pico
Pico (pine composer editor) for RISC OS
https://github.com/gerph/pico
editor riscos riscos-ci
Last synced: 2 months ago
JSON representation
Pico (pine composer editor) for RISC OS
- Host: GitHub
- URL: https://github.com/gerph/pico
- Owner: gerph
- Created: 2020-06-05T23:18:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-11T19:37:31.000Z (2 months ago)
- Last Synced: 2026-01-11T23:33:31.166Z (2 months ago)
- Topics: editor, riscos, riscos-ci
- Homepage:
- Size: 254 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Pico (and Pilot)
## Introduction
Pico is a simple editor for use with a text display. Pilot is a file
browser for use with a text display.
This is a port of the Pico editor to RISC OS, which was created around
1997, and updated a few times since then. This is a build from the Pine
4.63 sources, which were released around 2005.
## Usage
The application !Pico will open a Taskwindow with the tool open.
The command 'pico' will edit files from the command line.
Pilot doesn't work very well, and hasn't been given a whole lot of
testing.
## Continuous Integration (CI) support
This release is intended to demonstrate the continuous integration environment
provided by the JFPatch-as-a-service system. Two mechanisms are provided for
building the module - through GitLab CI, and through GitHub's workflows.
Documentation for the `.robuild.yaml` file format can be found on the
[JFPatch-as-a-service website](https://jfpatch.riscos.online/robuildyaml.html),
and the example here just invokes the AMU tool to perform the build.
* For GitHub workflows, see the file `.github/workflows/jfpatch.yml`.
* For GitLab CI, see the file `.gitlab-ci.yml`.