#zsh

9 posts · Last used 5d

Back to Timeline
Radio_Azureus @Radio_Azureus@ioc.exchange · Jul 26, 2026

Meteorology Kwamalasemutu Current weather in Kwamalasemutu SR SA with infinite power of wttr.in & the grace and dance of lolcat(6) 🏳️‍🌈 wttr curl(1) & {ba{c{k{z{fi}}}}}sh Background photograph is my favourite Sluis in Sepia scenes composed with CIRC_POL 81A FL and UV filters chronologically stacked using a Nikon SLR lens combo with the DSLR in Sepia moduslog $ curl --verbose wttr.in/kwamalasemutu|lolcat % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0* Trying 5.9.243.187:80... 0 0 0 0 0 0 0 0 --:--:-- 0:00:57 --:--:-- 0^C metalloid@krasiwati:~/gate/audio/raw/flac/αβeats∞ $ curl --verbose wttr.in/kwamalasemutu|lolcat % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 5.9.243.187:80...

  • Connected to wttr.in (5.9.243.187) port 80 (#0)

GET /kwamalasemutu HTTP/1.1 Host: wttr.in User-Agent: curl/7.88.1 Accept: /

< HTTP/1.1 200 OK < Access-Control-Allow-Origin: * < Cache-Control: public, max-age=600 < Content-Type: text/plain; charset=utf-8 < Date: Sun, 26 Jul 2026 14:28:49 GMT < Transfer-Encoding: chunked < { [3903 bytes data] 100 8675 0 8675 0 0 9044 0 --:--:-- --:--:-- --:--:-- 9045

  • Connection #0 to host wttr.in left intact Weather report: kwamalasemutu

    \   /     Sunny
     .-.      +30(31) °C
    

    ― ( ) ― ↙ 8 km/h `-’ 10 km / \ 0.0 mm

Location: Kwamalasemutu, Coeroeni, Sipaliwini, Suriname [2.3554503,-56.787836] Note: Remember to repeat the request with an interval of 8 then 30 secs when the server sends and empty response to curl

Watch the LOG! API https://wttr.in

https://en.wikipedia.org/wiki/Bash_(Unix_shell)

https://gnu.org

https://directory.fsf.org/wiki/Bash

https://curl.se/

https://github.com/busyloop/lolcat

Z

#Weather #wttr #lolcat #curl #bash #csk #ksh #zsh #sh #fish #meteorology #environment #Physics #Chemistry #Mathematics #Lineair #algebra #technology #OpenSource #programming #POSIX

5
0
11
David Chisnall (*Now with 50% more sarcasm!*) @david_chisnall@infosec.exchange · Jul 22, 2026
ZSH people: I keep thinking I should switch from ancient Bash to ZSH on my Mac, and each time I try it I last about two minutes. Is there a simple way to make its tab completion not overwrite stuff I've already typed? And not put random spaces in the middle of paths that it's completing so that the next tab starts again from the current directory instead of adding the next path component? Everyone tells me zsh has much better completion support than bash, but I want it to do the baseline stuff as well before I start trying the complicated things. #zsh
0
0
0
Darren Moffat @darrenmoffat@mastodon.social · Jul 20, 2026
Replying to @nixCraft@mastodon.social
@nixCraft@mastodon.social Not a bash user but I do have all of: .zshenv .zshrc .zlogin .zlogout I also have a hack in my .profile and .kshrc that forces interactive login shells over to zsh if the names service listed ksh as my login. I first wrote that hack in the mid 90’s at uni and it still gets used today! #zsh
1
0
0
Radio_Azureus @Radio_Azureus@ioc.exchange · Jul 15, 2026
Meteorology Kwamalasemutu Current weather in Kwamalasemutu SR SA with mighty power of wttr.in & the grace of lolcat(6) 🏳️‍🌈 wttr curl(1) & {ba{c{k{z{fi}}}}}sh Background photograph is my Clouds in FL colours scene_03 composed with CIRC_POL 81A FL and UV filters chronologically stacked using a Nikon ASLR lens combolog $ curl --verbose wttr.in/kwamalasemutu|lolcat % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Host wttr.in:80 was resolved. IPv6: (none)IPv4: 5.9.243.187 Trying 5.9.243.187:80...Connected to wttr.in (5.9.243.187) port 80using HTTP/1.x> GET /kwamalasemutu HTTP/1.1> Host: wttr.in> User-Agent: curl/8.14.1> Accept: /> Request completely sent off< HTTP/1.1 200 OK< Access-Control-Allow-Origin: *< Cache-Control: public, max-age=600< Content-Type: text/plain; charset=utf-8< Date: Wed, 15 Jul 2026 05:12:30 GMT< Transfer-Encoding: chunked< { [1195 bytes data]1e00 8612 0 8612 m0 0 15775 u 0 --:--:-- --t:--:-- --:--:-- 15772 Connection #0 to host wttr.in left intact u \ / Clear .-. +22(17) °C ― ( ) ― ← 5 km/h `-’ 10 km / \ 0.0 mm Location: Kwamalasemutu, Coeroeni, Sipaliwini, Suriname [2.3554503,-56.787836] Note: Remember to repeat the request with an interval of 8 then 56 secs when the server sends and empty response to curl Watch the LOG! API https://wttr.in https://en.wikipedia.org/wiki/Bash_(Unix_shell) https://gnu.org https://directory.fsf.org/wiki/Bash https://curl.se/ https://github.com/busyloop/lolcat Z #Weather #wttr #lolcat #curl #bash #csk #ksh #zsh #sh #fish #meteorology #environment #Physics #Chemistry #Mathematics #Lineair #algebra #technology #OpenSource #programming #POSIX
13
0
13
Adam Katz @adamhotep@infosec.exchange · Jul 14, 2026
Replying to @cR0w@infosec.exchange
@cR0w@infosec.exchange if you type Alt+Dot (or Esc,Dot), it shows the previous command's final argument. Do it again for the command before that. Alt+{2,Dot} (holding Alt, press 2 then Dot) gets the penultimate argument. Keep holding Alt so you can press Dot to go to older commands. #bash & #zsh
0
1
0
Dendrobatus Azureus @Dendrobatus_Azureus@mastodon.bsd.cafe · Jul 07, 2026
Meteorology Kwamalasemutu

Current weather in Kwamalasemutu SR SA with mighty power of wttr.in & the grace of lolcat(6) 🏳️‍🌈 wttr curl(1) & {ba{c{k{z{fi}}}}}sh

Background photograph is one of my Clouds in FL colours scene composed with CIRC_POL 81A FL and UV filters chronologically stacked using a Nikon ASLR lens combo log

$ curl --verbose wttr.in/kwamalasemutu|lolcat

% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Host wttr.in:80 was resolved.

  • IPv6: (none)
  • IPv4: 5.9.243.187
  • Trying 5.9.243.187:80...
  • Connected to wttr.in (5.9.243.187) port 80
  • using HTTP/1.x

GET /kwamalasemutu HTTP/1.1 Host: wttr.in User-Agent: curl/8.14.1 Accept: /

  • Request completely sent off < HTTP/1.1 200 OK < Access-Control-Allow-Origin: * < Cache-Control: public, max-age=600 < Content-Type: text/plain; charset=utf-8 < Date: Tue, 07 Jul 2026 08:38:59 GMT < Transfer-Encoding: chunked < { [2583 bytes data] 100 8779 0 8779 0 0 11095 0 --:--:-- --:--:-- --:--:-- 11098

  • Connection #0 to host wttr.in left intact Weather report: kwamalasemutu

    \ / Partly Cloudy _ /"".-. +20(16) °C _( ). ↙ 4 km/h /(_() 10 km 0.0 mm

Location: Kwamalasemutu, Coeroeni, Sipaliwini, Suriname [2.3554503,-56.787836]

Note:

Remember to repeat the request with an interval of 16 then 48 secs when the server sends and empty response to curl

Watch the LOG!

API

https://wttr.in

https://en.wikipedia.org/wiki/Bash_(Unix_shell)

https://gnu.org

https://directory.fsf.org/wiki/Bash

https://curl.se/

https://github.com/busyloop/lolcat

^Z

#Weather #wttr #lolcat #curl #bash #csk #ksh #zsh #sh #fish #meteorology #environment #Physics #Chemistry #Mathematics #Lineair #algebra #technology #OpenSource #programming #POSIX

6
0
10
JdeBP @JdeBP__dup_33984@mastodonapp.uk · Feb 13, 2026
Replying to on cyberplace.social
@matt303@cyberplace.social It's fairly simple. I have a pre-written .zshrc that I copy over that avoids going through the configuration utility at first use. I avoid #OhMyZSH, which over the years seems to be the actual source of most people's woes. It does not seem to do anything that I actually want that stock #zsh does not do.
0
0
0

You've seen all posts