Skip to content
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

feature request: Custom column #457

Open
1 task done
Deshdeepak1 opened this issue Jul 24, 2024 · 1 comment
Open
1 task done

feature request: Custom column #457

Deshdeepak1 opened this issue Jul 24, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Deshdeepak1
Copy link

Did you check existing requests?

  • I have searched the existing issues

Describe the feature

It would good to have a way to attach custom columns , for e.g. I would like to have a column for recursive size of directory , using du -s . It would also be helpful to use sort with it , so it can used like ncdu.

Provide background

No response

What is the significance of this feature?

strongly desired

Additional details

No response

@Deshdeepak1 Deshdeepak1 added the enhancement New feature or request label Jul 24, 2024
@carlwhittick
Copy link

I found out recently that you can add your own columns with:

require('oil.columns').register('customColumn', {})

This may do what you need it to?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants