Giter VIP home page Giter VIP logo

fortune-cs's Introduction

Fortune

A no-nonsense, user-extensible fortune-mod replacement.

Goals

  • Sensible: I'm fed up with fortunes about men hating their wives.
  • Straightforward: No weird formats. Plain text with \n escape sequences; easy to add or remove content.

This project was originally built in Rust, and I migrated it to C# primarily to test out bflat.

Methodology

fortune-cs starts by selecting a category file, then a line, so the user will see a normal representation of each file. Then, it selects a line from the file.

The fortune files themselves can be extended just by appending; cat b.txt >> a.txt is a perfectly valid way of merging two files.

Installation

Application

Release Binary

Copy the compiled binary from the releases page to a directory in $PATH, such as /usr/bin/.

From Source

Clone the source repository and either use the prewritten just recipe with the command just build, or run bflat build ./src/Program.cs if you'd rather set your build options manually.

Base Fortunes

Release Tarball

Copy the base-fortunes.tar.gz tarball from the releases page, extract the archive using tar xzf base-fortunes.tar.gz, and move the resulting .txt files to /usr/share/fortune-cs/.

From Source

Clone the source repository and copy the files from the data/ directory to /usr/share/fortune-cs.

Dependencies

fortune-cs's People

Contributors

sleeplessval avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.