Giter VIP home page Giter VIP logo

easyscripts's People

Contributors

qq274980 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

wenliang

easyscripts's Issues

chsdir svn版出错误

如果不是cd,而是其他的命令,例如vim,tab补全会出错
系统ubuntu11.10 unity3d
feng@feng:~$ vim /[tab]e_init_completion:找不到命令
而chsdir_20110802.tar.gz 版本就没有这个问题

Original issue reported on code.google.com by [email protected] on 11 Apr 2012 at 2:28

strange bahavior on directory completion

What steps will reproduce the problem?
Input this command "ls ~/music/cyx[TAB]"
It should be completed with:
"ls ~/music/陈奕迅/"
But in Natty it gives
"ls ~/music/陈奕迅 "


What version of the product are you using? On what operating system?
Ubuntu 11.04 Natty
bash-completion package's version is 1:1.3-1ubuntu3

This bugs likes this issue:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/716008


Original issue reported on code.google.com by [email protected] on 1 May 2011 at 8:52

最新的一个bug

What steps will reproduce the problem?
1. 输入按tab
2. 出现_compopt_o_filename:command not found

似乎脚本用了这个命令已经被最新的bash_1.99-3取消了,所以没��
�找到,如果改成 compopt -o filename 就可以了.
但是现在还是有问题,特别是用vim的是时候会导致bash卡死,现��
�还不知道为什么

Original issue reported on code.google.com by [email protected] on 30 Jan 2012 at 5:07

不支持含需要转义的文件名

What steps will reproduce the problem?
1. 目录下含带空格的文件名  "我 haha.test"
2. ls wo<tab>
3.

What is the expected output? What do you see instead?
Expect: 我\ haha.test
Get: 我 haha.test

Original issue reported on code.google.com by ppwwyyxxc on 2 Apr 2012 at 2:29

ubuntu 12.04下工作不正常

安装之后,一般的命令都可以正常工作,但是有个例外,就��
�vi和vim命令。例如vi 
.bash,如果试图补全,就会报错:_init_completion: command not 
found。诡异的是如果我输入gedit 
.bash,是可以补全的,其他常用命令试了都没问题,只有vi和v
im不行,甚至连vim.tiny也没问题。

PS,我得承认我没看懂最新那个版本下的提示,什么叫修改以
下内容,"……/usr/share/bash_completion……"?是说要添加这段内�
��呢,还是把此内容改成别的呢,但是又不说改成什么;还是
把别的什么内容改成这段内容呢?但是又不说到底原来的什��
�内容需要修改。

但是现在ubuntu的bash_completion是放在/etc/bash_completion,也许作者
的意思是把上面那个改成这个?无论如何,既然12.04中的~.bash
rc已经有了"……/etc/bash_completion……",我姑且理解作者的意��
�就是把"……/usr/share/bash_completion……"改成"……/etc/bash_complet
ion……"吧。如果是反过来做,我看了/usr/share路径下并没有bas
h_completion这个文件,那么显然改了也没什么用。在这情况下��
�的测试,并不能正常工作,是不是我哪里没弄对啊?希望能�
��到解答。


Original issue reported on code.google.com by [email protected] on 15 Jul 2012 at 12:08

不支持多音字在中间

例如:
太行山上.txt
太行山下.txt

到"太行山"后无法完成。

        while len(_name_py) > i and len(_file_py) > j :
-            if _file_py[j] == "`":
+            if _file_py[j] == "`" and _name_py[i] != "`":


Original issue reported on code.google.com by [email protected] on 20 Apr 2010 at 5:01

root安装的文件权限问题

在debian上用root安装后发现无法使用,原因是
/etc/bash_completion.d/chs_completion的权限不对。原来是600,需要手�
��改为644。

希望能改下install脚本

Original issue reported on code.google.com by [email protected] on 14 Mar 2011 at 5:36

会自动删除字符?

feng@feng:/mnt$ cd sda6/[tab]
BEC/                       HM/                        RECYCLER/                 
 海思3515光盘资料/
C/                         lab/                       school/                   
 汇编/
C++/                       Linux/                     share/                    
 吉他/
DS/                        market/                    System Volume 
Information/ 计协/
dz/                        matlab/                    Task/                     
 数学实验/
dz1/                       mrpt/                      web/                      
 系统相关/
found.000/                 others/                    xampp/                    
 证券/
found.001/                 $RECYCLE.BIN/              唱K1/                    

hack/                      Recycled/                  单片机/ 
feng@feng:/mnt$ cd sda6/j[tab] //预期应该出现 [吉他 计协]
feng@feng:/mnt$ cd sda6/ //但他却把j给删除了

Original issue reported on code.google.com by [email protected] on 14 Nov 2011 at 4:04

Good tools

No problem for now.
我觉得这个工具应该进入ubuntu的源,作为中文语言包的一部��
�。

Original issue reported on code.google.com by [email protected] on 29 Jan 2013 at 2:49

Debian 不能用

Debian GNU/Linux 6.0.3 (squeeze)
最新版不能用,_tilde是什么用?为什么会用这个,有什么改��
�之处?

Original issue reported on code.google.com by [email protected] on 30 Oct 2011 at 5:10

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.