Skip to content

Reledia/miller.yazi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

miller.yazi

Miller now in yazi. To install, clone the repo inside ~/.config/yazi/plugins/:

[plugin]
prepend_previewers = [
    { mime = "text/csv", run = "miller"},
]

Preview

preview

Color

To change colors of keys and values, edit the init.lua file after the --key-color and --value-color flags. To view a list of possible colors, use mlr --list-color-names. Make sure to have miller installed and inside your PATH.

Other types of file

To adapt this plugin to the other format supported from miller (like json):

  • copy the plugin folder
  • change the name of the copied folder into miller_(fmt)
  • change the --icsv flag inside init.lua to --i(fmt)
  • add the correct mime/name rule into prepend_previewers and the exec as miller_(fmt)

About

Miller, now in yazi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages