1
0
Fork
You've already forked FuzzyClock
0
A fuzzy clock for the shell. Italian localization (Romanaccio).
  • Shell 100%
Find a file
2018年12月24日 13:46:56 +01:00
fuzzyclock.bash add a (probably buggy) bash version 2014年11月04日 16:28:57 +01:00
fuzzyclock.zsh reindent 2018年12月24日 13:40:59 +01:00
README.rst replace URL in the README 2018年12月24日 13:46:56 +01:00
screenrc.sample aggiunto uno screenrc di esempio 2009年10月10日 16:37:50 +02:00

FuzzyClock: Un orologio approssimativo e coatto in zsh

Questo script zsh mostra l'ora attuale approssimata a parole in dialetto romanaccio, ad esempio l'unnici evventi; e' pensato per essere incluso nella configurazione di un terminal multiplexer come screen o tmux per sostituire la solita noiosa ora attuale con qualcosa di piu' simpatico.

Il funzionamento e' ispirato a quello di altri due software simili: fuzzy-clock e FuzzyClock.

Other Languages (English)

This script can be easily translated in other languages; just edit the content of the following arrays: nomiMinuti (minute), nomiOre (hour), giornata and settimana.

Example translation in english language:

nomiMinuti=(
 "%0 o'clock"
 "five past %0"
 "ten past %0"
 ...

Configurazione per tmux

# right status bar
set -g status-right "#($HOME/bin/fuzzyclock.zsh)"

Configurazione per screen

caption always "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<"
hardstatus alwayslastline
hardstatus string '%H - %=%D %d %M %Y, %10`'
backtick 10 60 60 $HOME/bin/fuzzyclock.zsh

License

Public domain.