-
-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calculate each section when generating string #63
Conversation
2aa188f
to
17e7bf5
Compare
09c487b
to
1c09d38
Compare
Also: - Group directories first - update gen_date so it will show %b %d $Y if last modified is not from this year - Bug fix for symbolic links - Show resolved symbolic link, like this: a -> b - Correctly align user and groups. So should align like this: conni conni DATE root root DATE asdfasdf asdfasdf DATE
1c09d38
to
099c5d2
Compare
099c5d2
to
3d01ae1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Powered by octo.nvim
@pwntester this should be the auto-appended :D
function Path:write(txt, flag, mode) | ||
assert(flag, [[Path:write_text requires a flag! For example: 'w' or 'a']]) | ||
|
||
mode = mode or 438 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What if for some reason the user provided a bool true? would we still want to default to 438?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If someone just passes in a boolean i want that his home_dir gets deleted 🤣
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We use that pattern for mode everywhere so i don't care :)
Co-authored-by: tami5 <[email protected]>
Co-authored-by: tami5 <[email protected]>
tj if you ever come here :) i f up the commit message. It should have been |
Also:
this year
a -> b