Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vascocosta/agon-tasks
Simple tasks/todo list program for the Agon Light™ 8-bit computer.
https://github.com/vascocosta/agon-tasks
agon agon-console8 agon-light agonlight agonlight2 console8 ez80 task-manager tasks todo todo-list todolist z80
Last synced: 3 days ago
JSON representation
Simple tasks/todo list program for the Agon Light™ 8-bit computer.
- Host: GitHub
- URL: https://github.com/vascocosta/agon-tasks
- Owner: vascocosta
- License: mit
- Created: 2024-03-27T20:44:35.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-15T10:04:49.000Z (7 months ago)
- Last Synced: 2024-04-24T04:38:51.381Z (7 months ago)
- Topics: agon, agon-console8, agon-light, agonlight, agonlight2, console8, ez80, task-manager, tasks, todo, todo-list, todolist, z80
- Language: BASIC
- Homepage:
- Size: 27.3 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TASKS
Simple tasks/todo list program for the [Agon Light™](https://github.com/TheByteAttic/AgonLight) 8-bit computer.
## Screenshots
![Main](https://www.gluonspace.com/files/agon-tasks-v1.0.0.png)
## Install
- Place `tasks.bas` anywhere within your SD card (ex: `/progs/tasks/tasks.bas`).
- Alternatively download a release of [Agon Mite](https://agonmite.gluonspace.com/), a distro for the Agon Light™ 8-bit computer.## Run
From BBC BASIC:
```
>LOAD "/path/to/tasks.bas"
>RUN
```From MOS:
```
*load bbcbasic.bin
*run . /path/to/tasks.bas
```