Code Monkey home page Code Monkey logo

bash-utils's People

Contributors

goedel-gang avatar micans avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

bash-utils's Issues

Tab completion

Hi Izaak,

Great feature set in the bash version of apparish and elegant code. It is much easier to install and covers 99.9% of my needs as a complete addict to the original C version.

The only thing I am missing is that the bash functions wrapping the C version allow mid-name tab completion.

E.g. - if I have a label named Something_or_other, I can tab complete with "other[TAB]". The bash version I have installed doesn't allow that. Is that on purpose? can the more generic tab completion be implemented?

Many thanks!
Afonso

Problem with xargs in .bourne-apparish using BASH_VERSION 4.4.20(1)-release

Hello, first thing, thanks for writing apparix, I have been using the C version for years now, it's really useful for people with "deep" directory trees.

I reinstalled my system and tried to start using the "shell only" version, but I am having some problems when using the TAB completion. After I bookmark some directory (e.g. conf), if I try to issue to con and press TAB, I get the error:
to conxargs: command: No such file or directory
If I type the full path (to conf) and press Enter, it works.

The "solution" I found was to replace the lines

            read_array <(_apparix_compgen_bm "$tag" | \                         
                xargs -d $'\n' command printf "%q\n")                                                             
            COMPREPLY=( "${goedel_array[@]}" ) 

with : in .bourne-apparish. But whit this solution I loose the TAB completion.

Would you have any suggestion on how to fix this issue?

Thank you!

System:
BASH_VERSION = 4.4.20(1)-release
Linux Mint 19.3
Linux 5.3.0-46-generic #38~18.04.1-Ubuntu SMP Tue Mar 31 04:17:56 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

Unusual Error

Hi,
This tool has been incredibly useful for navigating to files in deep locations which is a god send. However ive encountered a rather odd issue. Im not sure what's causing it but this specific path, and the few others like it, all flare up as if it does not exist, however if I tab to get the content of the bookmarked folder, it will show. So clearly terminal understands the path, but for some reason will not cd directly to it, but I can CD to a folder within it. Ive attached a screenshot and attached a TXT of the terminal output, hope this helps,

Cheers,
Alex

Terminal Saved Output.txt
screenshot 2018-11-23 at 23 41 42

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.