Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```