Skip to content

Reledia/miller.yazi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

miller.yazi

Miller now in yazi. To install, use the command ya pack -a Reledia/miller and add to your yazi.toml:

[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