Skip to content

gustavomdsantos/terminal-initializer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

English | Português

terminal-initializer Terminal Initializer

Stories in Backlog GitHub license GitHub release GitHub tag

English

Terminal Initializer is a small program written in Bash to display random text files in Linux Terminals. Inspired by fortune, but more flexible, supports specific variables (terminal name and Linux kernel) and easy to expand.

The program comes by default with four examples of "Tux ASCII Art", but serves any hint (text) you want to show on initialization of your Linux terminal, even jokes. Just put some text file in the "terminal-initializer" folder located in your HOME directory and ready.

License

Terminal Initializer is distributed under the terms of the GNU General Public License, version 2 or later. See the COPYING file for details.

Download and installation

Terminal Initializer is available as an installable .deb package for Debian-based systems. However it is compatible with all major existing Linux distributions.

To download the .deb package, go to releases section and download the latest version of it. Install with a package installer like GDebi or enter the following command in a Terminal (in the folder where is the downloaded file):

sudo dpkg -i terminal-initializer_ver.si.on_all.deb
(replace ver.si.on with the downloaded application version number)

Dependencies

  • lsb-release, which must be installed to the application work correctly.

GDebi installs lsb-release automatically from official repositories if it doesn't installed.

Bug tracker

Found a bug? Want to suggest a new feature or improvement? Let us know here on GitHub!

Authors

Pull Request

Contributors are welcome! Issues - gustavosotnas/terminal-initializer

Português

Terminal Initializer é um pequeno programa feito em Bash para mostrar arquivos de texto aleatórios em terminais do Linux. Inspirado pelo fortune, mas mais flexível, suporta variáveis específicas (nome do terminal e kernel do Linux) e expansível.

O programa vem por padrão com quatro exemplos de "Tux ASCII Art", mas serve pra qualquer dica (texto) que você queira mostrar na inicialização do seu terminal, até mesmo piadas.

Basta colocar algum arquivo de texto na pasta "terminal-initializer" localizada na sua pasta inicial e pronto.

Licença

Terminal Initializer é distribuído sob os termos da GNU General Public License, versão 2 ou posterior. Consulte o arquivo COPYING para mais detalhes.

Download e instalação

Terminal Initializer está disponível como um pacote .deb instalável para sistemas baseados no Debian. No entanto é compatível com todas as principais distribuições Linux existentes.

Para baixar o pacote .deb, vá para a seção releases e baixe a última versão do mesmo. Instale com um instalador de pacotes como GDebi ou digite o seguinte comando em um Terminal (na pasta onde está o arquivo baixado):

sudo dpkg -i terminal-initializer_ver.si.on_all.deb
(substitua ver.si.on pelo número da versão do aplicativo baixada)

Dependências

  • lsb-release, que deve estar instalado para o aplicativo funcionar corretamente.

GDebi instala lsb-release automaticamente dos repositórios oficiais se ele não estiver instalado.

Bug tracker

Encontrou um bug? Quer sugerir uma nova funcionalidade ou melhoria? Informe-nos aqui no GitHub!

Autores

Pull Request

Contribuidores são bem vindos! Issues - gustavosotnas/terminal-initializer