cygwin.rst
changeset 2320 b7a2c43902f3
parent 2228 837f1337c59b
child 2335 df944b944b30
equal deleted inserted replaced
2319:3d50794717d5 2320:b7a2c43902f3
   122   C:\net
   122   C:\net
   123 
   123 
   124   $ apt-cyg cache ~/net
   124   $ apt-cyg cache ~/net
   125   Cache set to C:\home\net.
   125   Cache set to C:\home\net.
   126 
   126 
       
   127 https://github.com/kou1okada/apt-cyg
       
   128   Still maintained project with extra features.
   127 https://github.com/transcode-open/apt-cyg/
   129 https://github.com/transcode-open/apt-cyg/
   128   Home page.
   130   Home page of abandoned project.
   129 https://github.com/transcode-open/apt-cyg/issues/19
   131 https://github.com/transcode-open/apt-cyg/issues/19
   130   Request to support multiply sources.
   132   Request to support multiply sources.
   131 http://stackoverflow.com/questions/22411162/how-to-add-a-repository-using-apt-cyg/
   133 http://stackoverflow.com/questions/22411162/how-to-add-a-repository-using-apt-cyg/
   132   How to add a repository using apt-cyg.
   134   How to add a repository using apt-cyg.
   133 https://odoepner.wordpress.com/2012/12/06/install-cygwin-and-cygwinports-packages-using-apt-cyg/
   135 https://odoepner.wordpress.com/2012/12/06/install-cygwin-and-cygwinports-packages-using-apt-cyg/
   134   Depricated way to install from several sources with ``-m`` option using shell
   136   Depricated way to install from several sources with ``-m`` option using shell
   135   aliases as a trick.
   137   aliases as a trick.
       
   138 
       
   139 Cygwin bash completion
       
   140 ======================
       
   141 
       
   142 Cygwin ``bash`` has extra patch that adds ``completion_strip_exe`` option::
       
   143 
       
   144   shopt -s completion_strip_exe
       
   145 
       
   146 If you complete executable ``.exe`` suffix is stripped if any. That halps with ``bash-completion``
       
   147 because usually comletion defined for base name without ``.exe`` suffix, like::
       
   148 
       
   149   complete -F _figlet figlet
       
   150 
       
   151 https://github.com/cygwinports/bash
       
   152   7b. completion_strip_exe - using 'shopt -s completion_strip_exe'
       
   153   makes completion strip .exe suffixes.
   136 
   154 
   137 Cygwin file permission
   155 Cygwin file permission
   138 ======================
   156 ======================
   139 
   157 
   140 Get list of permissions::
   158 Get list of permissions::