text PECOで崇高项目を开く

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text PECOで崇高项目を开く相关的知识,希望对你有一定的参考价值。

function sublime-projects() {
  subl_root='/path/to/Packages/User/Projects'
  root_len=${#subl_root}+3
  # files=`(ls -l ~/Projects/sublime_projects | grep project | cut -d " " -f 10)`
  files=`find ~/path/to/Packages/User/Projects -name "*sublime-project"`
  if [[ -n "$files" ]]; then
    project=`echo $files | awk '{ name=substr($0,'${root_len}'); print substr(name,0,index(name,".sublime-project"))}'| peco`
    if [[ -n "$project" ]]; then
      subl `echo $files | grep $project`
    fi
  else
    echo "no projects"
  fi
}
alias subp='sublime-projects'

以上是关于text PECOで崇高项目を开く的主要内容,如果未能解决你的问题,请参考以下文章

html 安卓で强制的に铬を开くリンク。

csharp WPFで「ファイルを开く」ダイアログを里から强制的に闭じる

text PECOでGHQを使う

html 别窓を开く

swift 设定アプリを开く

javascript アコーディオンのすべてを开く,闭じる追加