# zcommands **Repository Path**: notfresh/zcommands ## Basic Information - **Project Name**: zcommands - **Description**: 一个方便的不断扩充的shell命令集合 - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-08 - **Last Updated**: 2026-02-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction There are many unconvenience in shell! SO I just wrote a lot of functions and alias to make shell easy to use. Such as abspath, a tool to copy the abspath to clipboard, which goes further than `pwd`. Such as zfind and zgrip, tools to make find and grip simpler and nicer. These tools are writen by me day by day and you can update them as you like, if you think your idea is better, make a pull request and explain why ! # How to use Just run this command: ``` sh -c "$(curl -fsSL https://gitee.com/notfresh/zcommands/raw/master/install.sh)" ``` If there is an error to get the raw file, open the file in the brower and make a executable bash shell yourself. Have fun! # new convenient commands imported - zfind - zgrip - memo,memoh -> a tool to record long command - zcd -> record the current directory and enter a new directory. - codeprint - abspath - zsys -> check what operation system you are using, MacOS, LinuxOS or Windows?