logo-ls icon indicating copy to clipboard operation
logo-ls copied to clipboard

Modern ls command with vscode like File Icon and Git Integrations. Written in Golang

Results 37 logo-ls issues
Sort by recently updated
recently updated
newest added

It would be great if symbolic link description in `logo-ls` with `-l` option like shown below ![ls -l screenshot](https://i.imgur.com/wcC4tja.png)

Hi! I implemented a way to evaluate symlinks in long mode, that behaves like the original ls. When the file is a symlink, logo-ls prints the **symlink path** followed by...

From the README: [Support for Homebrew will come soon](https://github.com/Yash-Handa/logo-ls/issues/new#step-1-2) Any progress in this?

``` zsh> logo-ls -l drwx------⠀staff⠀128 ⠀Jan 10 13:59:26⠀⠀Applications/ drwx------⠀staff⠀512 ⠀Feb 15 23:40:21⠀⠀Desktop/ drwx------⠀staff⠀896 ⠀Feb 14 17:44:29⠀⠀Documents/ drwx------⠀staff⠀1216⠀Feb 15 23:05:20⠀⠀Downloads/ drwx------⠀staff⠀3488⠀Jan 24 14:18:40⠀⠀Library/ drwx------⠀staff⠀384 ⠀Nov 1 09:35:26⠀⠀Movies/ drwx------⠀staff⠀288 ⠀Jul 31 14:21:58⠀⠀Music/...

it's not clear what version of script should be used with M1 Macs.

I've been using logo-ls for a while and in some cases white-spaces between icons and file names were rendered as follows. I checked out the implementation and noticed that the...

# Issue There is no color when using `logo-ls`, also got the weird color with `.py` file. ![image](https://user-images.githubusercontent.com/13182484/148667167-0467befb-3b94-4387-ba5a-c8e517e30a68.png) # My Device * Macbook Pro 14" M1 Pro * OS: MacOS...

Installed on arch via 'go get', logo-ls displays correct icons and text, but each icon has an additional sigil appended to it. Verified using KDE konsole and kitty, both with...

Hi there, So I was trying to install logo-ls on my machine. Since go1.16 `go install @latest` is the default why to install go tools from a remote repo (see...

Icons are rendered as single cells in Kitty. Kitty expects a space after a, in this case, a nerd font icon glyph to render it as double cell. Since, as...