Code Monkey home page Code Monkey logo

shells's Introduction

Mac

  • install-shell

    安装脚本到 /user/bin 目录

  • uninstall-shell

    从/usr/bin目录卸载脚本

  • move-files

    批量移动 srcPath 目录下的文件到 desPath 目录对应子目录,并修改文件名称为 desFileName

     # 源文件目录
     declare srcPath=$1
     # 目标目录
     declare desPath=$2
     # 目标文件名
     declare desFileName=$3
     # 生成目标子目录时,删除部分文件名称
     declare deletePartFileName=$4
    
  • rename-files

    批量重命名 srcPath 目录下的文件,在原文件名后面增加 appendName,去除原文件名中的 deleteName

     # 源文件目录
     declare srcPath=$1
     # 文件名后追加文本
     declare appendName=$2
     # 文件名去除文本
     declare deleteName=$3
    
  • revert-built-PNG

    还原 Xcode 编译后的png图片

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.