Skip to content

Commit

Permalink
📝 update ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenesvk committed May 25, 2024
1 parent 7213d4c commit 80fdc90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ Copy the required scripts (and the `inc_xx.js` libraries they depend on) to your
### Columns
- [Column.AttrShort](./Column.AttrShort.js) adds a column with short file attributes (without `-` padding), which also displays `i` indexing status for those files that have content indexing enabled (default is otherwise, files with content indexing disabled have a confusing `i` indicator)
- [Column.SizeFormat](./Column.SizeFormat.js) adds columns with with shorter and vertically aligned size indicators that also allow custom handling of symlinks
- [Column.FileAccess](./Column.FileAccess.js) to show file read-only/read-write/noaccess status with customizable labels


## Known issues
- [Column.SizeFormat](./Column.SizeFormat.js) not performant in folders with many items due to an unavoidable per-item JScript overhead, but looks nice :)
Expand Down

0 comments on commit 80fdc90

Please sign in to comment.