This website requires JavaScript.
Explore
Help
Register
Sign In
Llewellyn
/
exa
Watch
1
Star
0
Fork
0
You've already forked exa
mirror of
https://github.com/Llewellynvdm/exa.git
synced
2024-11-11 07:10:56 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
0dd74a022f
exa
/
column.rs
8 lines
92 B
Rust
Raw
Normal View
History
Unescape
Escape
Split source out into multiple files Also, reverse the way columns are rendered: before, a column took a stat and a name to render; now, a file takes a column type to render. This means that most of the File data/methods can be private.
2014-05-04 20:33:14 +00:00
pub
enum
Column
{
Permissions
,
FileName
,
FileSize
(
bool
)
,
Add user and group columns This meant writing some libc interaction, which wasn't actually too bad.
2014-05-05 10:29:50 +00:00
User
,
Group
,
Split source out into multiple files Also, reverse the way columns are rendered: before, a column took a stat and a name to render; now, a file takes a column type to render. This means that most of the File data/methods can be private.
2014-05-04 20:33:14 +00:00
}
Reference in New Issue
Copy Permalink