Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rojenzaman/fortune-anarsizm
Kara Terminal. Terminaliniz için Türkçe anarşist alıntılar. BLAG Fortune projesinden Türkçe konuşanlar için çatallandı.
https://github.com/rojenzaman/fortune-anarsizm
anarchism anarchist anarchy blag fortune fortune-cookie terminal terminal-game turkce turkish
Last synced: about 2 months ago
JSON representation
Kara Terminal. Terminaliniz için Türkçe anarşist alıntılar. BLAG Fortune projesinden Türkçe konuşanlar için çatallandı.
- Host: GitHub
- URL: https://github.com/rojenzaman/fortune-anarsizm
- Owner: rojenzaman
- License: other
- Created: 2022-04-11T19:04:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-26T12:38:59.000Z (about 2 years ago)
- Last Synced: 2023-05-05T16:55:53.652Z (over 1 year ago)
- Topics: anarchism, anarchist, anarchy, blag, fortune, fortune-cookie, terminal, terminal-game, turkce, turkish
- Language: Shell
- Homepage: https://fortune.rojen.uk/cookie/anarsizm
- Size: 288 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Kara Terminal (fortune-anarsizm)
============
This is a project to have Turkish-speaking political fortunes in unix.
This project forked for Turkish speakers from [Blag Fortune](https://notabug.org/PangolinTurtle/BLAG-fortune).Requirements
------------
All you need is fortune mod. On Debian-based systems:$ sudo apt-get install fortune-mod
On Fedora-based systems:
$ sudo dnf install fortune-mod
Installation
------------
To install:$ sudo make install distro=debian
To uninstall:
$ sudo make uninstall distro=debian
Where distro=debian should be replaced with your distribution's name. For example, on Fedora say distro=fedora.
For supported distribution options, [look here](DISTROS.md).
Running
-------
To run the program, simply say$ fortune anarsizm
Her emir özgürlüğün suratında patlayan bir tokattır.
-- Mikhail BakuninHere is a more whimsical example:
$ fortune anarsizm | cowsay
_________________________________________
/ Haydi, yıkıcı ve imha edici sonsuz ruha \
| güvenelim, çünkü bu bilinmez ve sonsuz |
| ruh, tüm hayatın kaynağıdır. Yıkma |
| güdüsü, aynı zamanda yaratıcı bir |
| güdüdür. |
| |
\ -- Mikhail Bakunin /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||Show fortunes on Bash startup
-----------------------------
> I want to see fortunes when my terminal starts, as in BLAG 140000!To do this quickly, enter the following command:
$ echo -e "\nfortune -s anarsizm\necho" >> $HOME/.bashrc
To disable the fortunes, remove these lines from $HOME/.bashrc:
fortune -s anarsizm
echoQuote Sources
-------------
I have several sources for most of my quotes:
- [Vikisöz](https://tr.wikiquote.org)
- [Anarşist Kütüphane](tr.anarchistlibraries.net)
- [@anarsist_sozler](https://twitter.com/anarsist_sozler)
- [1000kitap](https://1000kitap.com)Unfortunately some writings do not have an Turkish translation, so I rely on machine translations from other various sources.