An open API service indexing awesome lists of open source software.

https://github.com/abudawud/tmsg

Terminal Messege - menampilkan pesan ketika terminal pertamakali dibuka
https://github.com/abudawud/tmsg

bash linux terminal

Last synced: 2 months ago
JSON representation

Terminal Messege - menampilkan pesan ketika terminal pertamakali dibuka

Awesome Lists containing this project

README

          

# Terminal Messege(tmsg) and Messege Padding (mpad)

tmsg is a programe to show messege when a user open new terminal in GNU/Linux
Operating System. When a user open new terminal tmsg will open messege data-
base which have been writen before by the user and pick one messege according
to the current index and print it to the standrd output (stdout).

tmsg must be added to the .bashrc file to make this programe run every terminal
opened. tmsg must be added on first line in .bashrc file to make sure there is
no text has been printed by terminal (eg. hostname/user).

mpad will help you to make a messege, so text that have been you type in stdin
will reformating again to make the text not to long and add a border arroud the
messege. mpad need a 'Header' where this header will used as a title of your
messege and the messege.

Both mpad and tmsg will read and write conf file where the information about
messege is stored. So never chage the configuration file except you know what
you do

* tmsg
![Terminal Message](https://github.com/abudawud/tmsg/blob/master/doc/tmsg.png)

* mpad
![Messege Paddin](https://github.com/abudawud/tmsg/blob/master/doc/mpad.png)

# AUTHOR
written by Ahmad Waris Al H.
e-mail : warishafidz@gmail.com

# LICENSE
This project is free software, released under the GPL v3 license.
please refer to www.gnu.org

# About
i write this program just for hobby, so if you found a bug or not suite to you,
you can modify it as you want. contact me if you have any question(s) or suggestion.