Z shell
原作者 | Paul Falstad[1] |
---|---|
開發者 | Peter Stephenson, et al.[1] |
首次發佈 | 1990年 |
目前版本 | 5.9[2](2022年5月14日,2年前) |
原始碼庫 | |
程式語言 | C |
作業系統 | 跨平臺 |
類型 | Unix shell |
許可協定 | MIT-like[3] |
網站 | www |
Z shell(Zsh)是一款可用作互動式登入的shell及指令碼編寫的命令直譯器。Zsh對Bourne shell做出了大量改進,同時加入了Bash、ksh及tcsh的某些功能。
自2019年起,macOS的預設Shell已從Bash改為Zsh。
Kali Linux也使用zsh作為預設shell。
起源
保羅·弗斯塔德(Paul Falstad)於1990年在普林斯頓大學求學時編寫了Zsh的初版[4]。[5]名稱zsh源於耶魯大學教授邵中(Zhong Shao,後轉為普林斯頓大學教授) — 保羅將教授的用戶名"zsh"作為此Shell的名稱。[6][7]
特性
特性包括:
- 可幫助用戶鍵入常用命令選項及參數的可程式化命令列補全功能,內建對數百條命令的支援
- 可與任意Shell共用命令歷史
- 可在無需執行外部程式(如find)的情況下通過 檔案擴充匹配檔案
- 改進變數/陣列處理方式
- 在單緩衝區內編輯多行命令
- 拼寫檢查
- 多種相容模式(例如,Zsh可在執行為
/bin/sh
的情況下偽裝成Bourne shell) - 可程式化的命令列介面,包括將提示行資訊顯示在螢幕右側並在輸入過長指令時自動隱藏的功能
- 可載入模組可提供額外支援:完整傳輸控制協定、Unix域通訊端控制、FTP客戶端及擴充數學函數。
- 內建
where
命令,其與which
命令類似,但是顯示指定於$PATH
中所指定指令的全部位置,而不是僅顯示所使用指令的位置。 - 目錄名稱。此功能可讓用戶設置捷徑,(如
~mydir
,與~
及~user
的工作方式相似)。
Oh My Zsh
用戶社區網站"Oh My Zsh"收集Z shell的第三方外掛程式及主題。[8]截止於2018年,其GitHub源共有超過1000位貢獻者、200多款外掛程式和超過140款主題。同時也帶有更新已安裝外掛程式及主題的自動更新工具。[9]
另請參閱
參考文獻
- ^ 1.0 1.1 The Z Shell Manual (Version 5.0.0). Sourceforge.net. July 21, 2012 [September 18, 2012]. (原始內容存檔於2018-02-20).
- ^ 2.0 2.1 zsh 5.9 released.
- ^ zsh / Code / [281031] /LICENCE. Paul Falstad. [February 7, 2015]. (原始內容存檔於2021-03-02).
- ^ zsh - a ksh/tcsh-like shell (part 1 of 8). alt.sources. December 14, 1990 [September 18, 2012].
- ^ Z-Shell Frequently-Asked Questions. Sourceforge.net. February 15, 2010 [September 18, 2012]. (原始內容存檔於2021-03-02).
- ^ The Z-Shell (ZSH) Lovers' Page. Guckes.net. c. 2004 [October 2, 2012]. (原始內容存檔於2017-05-17).
- ^ Zsh Mailing List Archive. Zsh.org. August 8, 2005 [October 2, 2012]. (原始內容存檔於2021-03-02).
- ^ Oh My ZSH - Community driven framework with 150+ plugins and 100+ themes. [May 7, 2014]. (原始內容存檔於2022-03-20).
- ^ robbyrussell/oh-my-zsh. [2018-10-17]. (原始內容存檔於2021-03-02).
A delightful community-driven (with 1,000+ contributors) framework for managing your zsh configuration. Includes 200+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, php, python, etc), over 140 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
外部連結
官方
- 主要網站 (頁面存檔備份,存於互聯網檔案館)
- Sourceforge 計畫頁 (頁面存檔備份,存於互聯網檔案館)
- 郵寄清單存檔 (頁面存檔備份,存於互聯網檔案館)
- ZSH維基 (頁面存檔備份,存於互聯網檔案館)
文章
- Zzapper的ZSH小技巧 (頁面存檔備份,存於互聯網檔案館)
- TuxRadar:輕鬆上手Z Shell (頁面存檔備份,存於互聯網檔案館)
- 用戶指南 (頁面存檔備份,存於互聯網檔案館)