https://github.com/pojntfx/minitel
Instructions on how to use a Minitel as a Linux terminal.
https://github.com/pojntfx/minitel
minitel serial-terminal tty vt100
Last synced: 2 months ago
JSON representation
Instructions on how to use a Minitel as a Linux terminal.
- Host: GitHub
- URL: https://github.com/pojntfx/minitel
- Owner: pojntfx
- License: agpl-3.0
- Archived: true
- Created: 2021-12-11T22:31:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T00:27:00.000Z (over 1 year ago)
- Last Synced: 2025-03-30T19:45:46.979Z (6 months ago)
- Topics: minitel, serial-terminal, tty, vt100
- Homepage: https://pojntfx.github.io/minitel/
- Size: 3.47 GB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minitel
Instructions on how to use a Minitel as a Linux terminal.
[](https://github.com/pojntfx/minitel/actions/workflows/deliverance.yaml)
## Overview
You can [view the notes on GitHub pages](https://pojntfx.github.io/minitel/), [download them from GitHub releases](https://github.com/pojntfx/minitel/releases/latest) or [check out the source on GitHub](https://github.com/pojntfx/minitel).
## Contributing
To contribute, please use the [GitHub flow](https://guides.github.com/introduction/flow/) and follow our [Code of Conduct](./CODE_OF_CONDUCT.md).
To build and open a note locally, run the following:
```shell
$ git clone https://github.com/pojntfx/minitel.git
$ cd minitel
$ ./configure
$ make depend
$ make dev-pdf/your-note # Use Bash completion to list available targets
# In another terminal
$ make open-pdf/your-note # Use Bash completion to list available targets
```The note should now be opened. Whenever you change a source file, it will automatically be re-compiled.
## License
Minitel (c) 2021 Felicitas Pojtinger and contributors
SPDX-License-Identifier: AGPL-3.0