Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 675 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 675 Bytes

slinky

slinky is a command-line browser designed to navigate through linked plain text files using anchors.

Features

  • Navigation using anchors.
  • History tracking with back command.
  • Customizable line formatting.
  • Handles line breaks and paragraphs.

Installation

$ make
$ ./build/apps/slinky

Example files compatible with slinky are located in the examples/ directory.

Design

For a detailed overview of the project's goals, features, and architecture, please refer to the Design Document.

License

This project is licensed under the MIT License. Please refer to the LICENSE file for details.