orgweb/projects/baps1.org

42 lines
1.4 KiB
Org Mode
Raw Permalink Normal View History

#+TITLE: baps1
#+STARTUP: showall
* What does it do?
baps1 offers a, hopefully, efficient and easy way to add certain
2013-06-07 01:16:16 +02:00
data to your PS1 (prompt), regardless of which shell you use.
A friend of mine wanted a better way to get some functionality into
2013-06-07 01:16:16 +02:00
his PS1 that he was using a PHP script for, I knew how to do that in
C and thought it would be a fun project and good learning
experience, so here we are.
2013-06-07 01:16:16 +02:00
It shows the following:
- The PTY or TTY you are using.
- How long ago the last call to baps1 was on that terminal, which
should also indicate how long ago your PS1 was printed last.
2013-06-07 01:16:16 +02:00
* Requirements
2013-06-07 01:16:16 +02:00
It is written for and tested on Linux (specifically Archlinux) and
it uses the GNU C library.
2013-06-07 01:16:16 +02:00
* Download
2013-06-07 01:16:16 +02:00
You can browse the [[http://code.ryuslash.org/cgit.cgi/baps1/][git source]], download a snapshot [[http://code.ryuslash.org/cgit.cgi/baps1/snapshot/baps1-master.tar.gz][tar.gz]] or [[http://code.ryuslash.org/cgit.cgi/baps1/snapshot/baps1-master.zip][zip]]
archive or clone the source using git:
2013-06-07 01:16:16 +02:00
: git clone git://ryuslash.org/baps1.git
2013-06-07 01:16:16 +02:00
* Documentation
2013-06-07 01:16:16 +02:00
For further instructions on how to use baps1, see the [[http://code.ryuslash.org/cgit.cgi/baps1/about/][README]] in the
source directory (or follow the link).
2013-06-07 01:16:16 +02:00
* Contact
2013-06-07 01:16:16 +02:00
If you find any bugs, have suggestions or criticisms you can send
them to [[mailto:tom@ryuslash.org][tom@ryuslash.org]].