Git Product home page Git Product logo

Comments (4)

jszczerbinsky avatar jszczerbinsky commented on August 24, 2024 3

This script behaves strangely, because it has to run ls with these arguments, but some of them can totally change the output and then resulting output of ptls could be unpredictable.

I realised, that running commands by shell script and then customizing their output is not the point. Because of that I'm now replacing ptls and other scripts with programs written in C. They will take same arguments as original shell commands (or at least most of them) and produce ptls-like output. It will be better and less buggy solution. So be patient and wait a few days for new, better ptSh commands, with ability of processing all the arguments ;)

from ptsh.

goddard-guryon avatar goddard-guryon commented on August 24, 2024 1

@jszczerbinsky I was trying to implement a few of those arguments into the shell script, but it seems I can't do that now since I don't know C ._. But great work still, I'd try to contribute in any way I can :)

from ptsh.

goddard-guryon avatar goddard-guryon commented on August 24, 2024

Having the same issue on Arch. It also looks like ptls behaves strangely with any arguments at all. In my .bashrc, I had set alias ls='ls --color=auto' (which I changed to 'ptls --color=auto' to match with the config). However, when I use ls now, it shows output of ls -al. If I type ptls, I get the desired output (only file/folder names and icons), but even ptls --help shows output like ptls -l (I get that there might be no --help available for ptls itself, but then it should just give an error), so it looks like it's unable to process any kind of argument, not just the path (like you specified).

image

Edit: the error had nothing to do with the --color='auto' option I set in my .bashrc, removing that still gives the same behavior

from ptsh.

jszczerbinsky avatar jszczerbinsky commented on August 24, 2024

Btw current ptls just ignores most of the arguments and this is a cause of these bugs

from ptsh.

Related Issues (20)

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.