Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morozov/trdos-list
TR-DOS List is a utility to display the TR-DOS image listing in the format similar to the output of the TR-DOS LIST command.
https://github.com/morozov/trdos-list
zx-spectrum
Last synced: about 2 months ago
JSON representation
TR-DOS List is a utility to display the TR-DOS image listing in the format similar to the output of the TR-DOS LIST command.
- Host: GitHub
- URL: https://github.com/morozov/trdos-list
- Owner: morozov
- License: mit
- Created: 2020-07-29T03:24:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T05:38:54.000Z (over 4 years ago)
- Last Synced: 2024-10-13T04:10:58.485Z (3 months ago)
- Topics: zx-spectrum
- Language: C
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TR-DOS List
TR-DOS List is a utility to display the TR-DOS image listing in the format similar to the output of the TR-DOS LIST command.
The following image formats are supported:
1. [TRD](https://faqwiki.zxnet.co.uk/wiki/TR-DOS_filesystem):
```txt
$ trdos-list ZX-REVU1.TRD
Title: AMD4ever Disk Drive: A
7 File(s) 80 Track D. Side
0 Del. File(s) Free Sector 1000File Name Start Length Line
boot 255 00261 00122
REVIEW <1>255 49152 01995
REVIEW <2>255 24576 01718
REVIEW <3>255 34048 14729
REVIEW <4>255 24576 08992
REVIEW <5>255 49152 02048
REVIEW <6> 14 49152 03181
```
2. [SCL](https://faqwiki.zxnet.co.uk/wiki/SCL_format):
```
$ trdos-list Dizzy\ 4r.scl
Title: Disk Drive: A
2 File(s) 80 Track D. Side
0 Del. File(s) Free Sector 2248File Name Start Length Line
boot 100 00219 00219
dizzy+4r196 00000 00000
```## Known issues:
1. The utility doesn't currently display the autostart line of BASIC programs.