Giter Site home page Giter Site logo

fcow's Introduction

fcow - command

Version 1.2

A full colored cow will advice your future

Install

Download debian package from the latest Release, and install with:

sudo apt install ./fcow_1.2-1.deb

Build

Two ways:

  1. Making copies:
mkdir /usr/local/share/fcow
cp src/fcow /usr/local/bin/fcow
cp share/HELP /usr/local/share/fcow/HELP
mkdir /usr/local/man/man6/
cp man/fcow.6 /usr/local/man/man6/fcow.6
  1. Making symlinks:
ln -srvf src/fcow /usr/local/bin/fcow
mkdir /usr/local/share/fcow
ln -srvf share /usr/local/share/fcow
mkdir /usr/local/man/man6/
ln -srvf man/fcow.6 /usr/local/man/man6/fcow.6

HELP

Usage: fcow [options]

By default prints a colored cow with a random fortune message.

Options:
  -r|--random        Makes the cow RANDOM
  -s|--save          Save the last fcow
  -l|--list          List all the saved fcows
  -e|--entry         Select and display an specific entry
  -d|--delentry      Delete an specific entry
  -t|--trans         Specify a language to translate


Examples:
- Display a random fcow
  $ fcow -r
- Display a random fcow in portuguese
  $ fcow -r -t pt
- Save the last fcow as 'pepe'
  $ fcow -s pepe
- Display all saved fcows
  $ fcow -l
- Get and display the saved fcow named 'pepe'
  $ fcow -e pepe
- Remove fcow named 'pepe'
  $ fcow -d pepe


You may like execute:
`echo "alias clear='clear && fcow -r'" >> ~/.bash_aliases`

You can edit permanent aliases in "~/.bash_aliases"

fcow's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

fcow's Issues

Cambiar nombre

cowcat no está taki taki rumba, y no representa muy bien el proposito del programa

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.