User Tools

Site Tools


vps_-_plan9front_-_calendar_and_topic

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
vps_-_plan9front_-_calendar_and_topic [2022/06/13 23:14] – [backup] hc9vps_-_plan9front_-_calendar_and_topic [2022/06/20 04:44] – [calendar] hc9
Line 28: Line 28:
 19 Jun Add an item to the 9p.sdf.org $home/lib/calendar file. 19 Jun Add an item to the 9p.sdf.org $home/lib/calendar file.
 Every Sunday Check the plan9-l E-mail for a scheduled Tea Note at 2PM PST. Every Sunday Check the plan9-l E-mail for a scheduled Tea Note at 2PM PST.
 +Every Sunday Clock {cp /adm/timezone/US_Pacific /env/timezone && clock.amber}
 Every Tuesday Backup $home with $home/bin/rc/mybackup.rc for practice. Every Tuesday Backup $home with $home/bin/rc/mybackup.rc for practice.
 </file> </file>
Line 72: Line 73:
  
 <code> <code>
-  % cal+  cpu% cal 
 +     June 2022 
 +  Su  M Tu  W Th  F Sa 
 +            1  2  3  4 
 +    6  7  8  9 10 11 
 +  12 13 14 15 16 17 18 
 +  19 20 21 22 23 24 25 
 +  26 27 28 29 30 
 +   
 +  cpu% 
 +</code> 
 + 
 +===== figlet ===== 
 + 
 +|figlet:|FIGlet - display large characters made up of ordinary screen characters| 
 + 
 +<file config figlet> 
 +Usage: figlet [ -cklnoprstvxDELNRSWX ] [ -d fontdirectory ] 
 +              [ -f fontfile ] [ -m smushmode ] [ -w outputwidth ] 
 +              [ -C controlfile ] [ -I infocode ] [ message ] 
 +</file> 
 + 
 +<code> 
 +  cpu% games/figlet/figlet Tea Note 
 +   _____            _                
 +  |_   _|__  __ _  | \ | | ___ | |_ ___  
 +    | |/ _ \/ _` | |  \| |/ _ \| __/ _ \ 
 +    | |  __/ (_| | | |\  | (_) | ||  __/ 
 +    |_|\___|\__,_| |_| \_|\___/ \__\___| 
 +                                         
 +  cpu%
 </code> </code>