Logo Ls Versions Save

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

v1.3.7

3 years ago

Features Update

  • Added support for sub extensions (like .test.tsx, .spec.js) with an addition of ~43 new icons
  • Made git status faster ( ~10x), using native plumbing git commands and go-git as a fallback
  • Added special Golden Gopher Icon for _test.go (why not)
  • Added support for Windows OS (experimental)
  • Fixed other bugs
  • Added end-to-end snapshot tests

Changelog

81e700a Added end to end tests for commands c6c7cf7 Added support for sub-extentions for files. The list of sub-extentions added are : routing.ts, routing.tsx, routing.js, routing.jsx, routes.ts, routes.tsx, routes.js, routes.jsx, sln.dotsettings, d.ts, vcxitems.filters, vcxproj.filters, js.map, mjs.map, css.map, spec.ts, e2e-spec.ts, test.ts, ts.snap, spec.tsx, test.tsx, tsx.snap, spec.jsx, test.jsx, jsx.snap, spec.js, e2e-spec.js, test.js, js.snap, tf.json, blade.php, inky.php, gitlab-ci.yml, stories.js, stories.jsx, story.js, story.jsx, stories.ts, stories.tsx, story.ts, story.tsx, azure-pipelines.yml, azure-pipelines.yaml 2443693 Create go.yml 503f937 Fix .goreleaser.yml c32decf Go build passing 8495741 Made recursion alphabetic for re-producability bd00002 Merge branch 'master' into windows 9542954 Merge pull request #14 from EugeneChung/patch-1 f05b146 Merge pull request #17 from Ortiye/master 9972f56 Merge pull request #18 from komem3/shellwidth 483c3a3 Merge pull request #6 from mattn/windows 1b76d79 Support Windows 023e18f Supported for terminals that do not support 'TIOCGWINSZ' 50b0a29 Updated snapshort for change from white to noColor e9103c7 bumped up version to 1.3.7 f43afd5 change Mac OS man page e0da5f5 fix colors a63c74a fixed windows os display 2492038 optamization of -D (git status) command 77afdeb removed reference of white

v1.3.6

3 years ago

Changelog

a710756 Add TOC entry for Arch linux installation ea35721 Added some code refactoring 15930b8 Complete Revamp of File Struct(No end user change) 8af73ba Executable files retain Icons with green color c45daab Merge pull request #8 from JojiiOfficial/master

v1.3.5

3 years ago

Changelog

8be883a Added go get and Build from Source to README.md e7baa8c Added go.mod to .github dir 3548235 fixed a bug on list of very long file names f6f6bee minor fixes

v1.3.4

3 years ago

Changelog

66065a3 Add 14 linux based icons b93c27d Added TOC link to sections of README.md 8309343 Added basic structure to README.md. 325ede6 Added images to README.md f8d272d Added other sections to README.md 2462e8d Added some Badges to README.md 1041ec0 Create CODE_OF_CONDUCT.md ead8018 Merge pull request #2 from Yash-Handa/add-code-of-conduct-1 fc190fe Updated some images 01424c6 added Installation Section to README.md c6ef105 added some emojies to README.md 8476463 added synopsis to ctw 9163340 bumped up version to 1.3.4

v1.3.3

3 years ago

Changelog

8606cb5 Added .deb and .rpm packages e0b7546 Bumped up version to 1.3.3 7e1e31f Integrated goreleaser with github 13a45eb Updated pre-commit hook for help2man 601e356 Updated the man page to current version 1b719af removed pre-push git hook in favour of goreleaser

v1.3.2

3 years ago

Changelog

8f2e99c Updated gorelease pipeline

v1.3.0

3 years ago

Added support for icons (240+ icons)

v1.2.0

3 years ago

Added support for Git Status (using go-git)

v1.1.0

3 years ago

Added -t (--time-style) flag to manipulate time formate in long-form

v1.0.0

3 years ago

Added support for recursion