aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-07-04improving manpage + minor change in ponysay --help + sorting credits fileMattias Andrée3-20/+54
2012-07-04fixing 'se also' reference to cowsay in manpage (wrong section)Mattias Andrée1-1/+1
2012-07-04moving manpage to section 1 (consitent with cowsay)Mattias Andrée2-2/+3
2012-07-04adding manpage from github.com/kragniz/debianMattias Andrée2-0/+60
2012-07-03mentioning ponypipe as an [better] alternative to the script to ponify ↵Mattias Andrée1-3/+3
fortune in README
2012-07-03Ponies are truncated on height under TTY, leaving 2 lines for shell ↵Mattias Andrée1-4/+22
interaction. export PONYSAY_BOTTOM=1 to show bottom instread of top.
2012-07-02cleaning up the make file and installing zsh-completion even if target ↵Mattias Andrée1-8/+16
directory is missing
2012-06-18symlink the pony namesErkin Batu Altunbaş8-0/+8
2012-05-21Fixed typo in comment.Mattias Andrée1-1/+1
2012-05-13Update MakefileMattias Andrée1-1/+1
2012-05-13Stupid web interface tab spacing length...Erkin Batu Altunbaş1-2/+2
2012-05-13Avoid incompatible flags at all costs. Erkin Batu Altunbaş1-2/+4
`mkdir` creates if it doesn't already exist, so it won't be an issue to replace `install -D` with `mkdir` then `install`.
2012-05-12Merge pull request #17 from etu/masterMattias Andrée1-2/+5
Repaired missing directories in isolated install enviroments and added make clean
2012-05-13Added rule, make cleanElis Axelsson1-0/+3
2012-05-13Reparied errors about missing directories in isolated install enviroments ↵Elis Axelsson1-2/+2
like sandboxes
2012-05-12You forgot to increase version number here.Mattias Andrée1-1/+1
2012-05-12minor documentation fixMattias Andrée1-6/+5
2012-05-12Bunch of editsErkin Batu Altunbaş4-121/+116
* Make truncater rather readable and indented (hope you won't mind!) * List people in CREDITS (ask to get your name removed or changed) * Make README better
2012-05-12Merge pull request #16 from sycoso/masterSven-Hendrik Haase1-4/+6
Fixed the Makefile so it works on ubuntu 12.04 without zsh
2012-05-12Fixed MakefileJannis Friedmann1-4/+6
* doesn't try to install and uninstall zsh-addon if zsh is not installed * creates folders when they are missing (fixes installation bug on ubuntu 12.04)
2012-05-12... and (un)install + correction on last pushMattias Andrée1-1/+3
2012-05-12completion for bashMattias Andrée1-0/+33
2012-05-12From ponysay-git in AUR by "gtmanfred" with adaption to [erkin]'s last push, ↵Mattias Andrée2-0/+15
and uninstall rutine
2012-05-11Merge branch 'master' of github.com:erkin/ponysayMattias Andrée1-15/+13
2012-05-11as most areMattias Andrée1-1/+1
2012-05-11already in FAQ (were it is more stylish to have it)Mattias Andrée1-2/+0
2012-05-11Safety/portability etc measures. Probably missed something somewhere.Erkin Batu Altunbaş1-15/+13
2012-05-08Merge pull request #15 from L-four/mastermaandree1-0/+6
Print usage and exit when no stdin and no arguments are present
2012-05-08Check for stdin and argsKyah Rindlisbacher1-0/+6
2012-05-08much betterMattias Andrée1-2/+5
2012-05-08minor improvementMattias Andrée1-1/+1
2012-05-07mkdir ttyponies and compile truncaterMattias Andrée1-0/+4
2012-05-07TTY ponies in make fileMattias Andrée1-0/+3
2012-05-07mMattias Andrée1-1/+1
2012-05-07adding TTY noteMattias Andrée1-0/+12
2012-05-07TTY support!!Mattias Andrée1-1/+10
2012-05-07last version in tags is 0.8, but the script ponysay said 0.7Mattias Andrée1-1/+1
2012-05-07TTY poniesMattias Andrée144-0/+3921
2012-05-07using truncater if foundMattias Andrée1-1/+1
2012-05-07Port of Truncater to CMattias Andrée2-150/+174
2012-05-06Merge pull request #14 from maandree/masterErkin Batu Altunbaş23-0/+760
See issue #13
2012-05-04adding pony: lunaflyMattias Andrée1-0/+41
2012-05-03more poniesMattias Andrée21-0/+569
2012-05-03truncates the output to the width of stderrMattias Andrée1-0/+150
2012-05-03Third time's the charm!Erkin Batu Altunbaş1-3/+4
2012-05-03I probably made a few syntax errors. Oh wellErkin Batu Altunbaş1-2/+6
2012-05-03Update README.mdErkin Batu Altunbaş1-8/+13
2012-04-27Merge pull request #11 from L-four/masterSven-Hendrik Haase1-0/+14
synchronising README with gh-pages index
2012-04-27Update README.mdKyah Rindlisbacher1-0/+14
2012-04-26Merge pull request #10 from kragniz/masterSven-Hendrik Haase1-2/+2
Tiny re-wording in readme file