Skip to content

All necessary information about current file in hydra + posframe

License

Notifications You must be signed in to change notification settings

Artawower/file-info.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file-info.el

Buy Me A Coffee donate button Patreon donate button wakatime ci MELPA

Package for quick view and copy all necessary information about current opened file.

This package could works with optional dependencies as projectile/project.el and all-the-icons.

Preview

./images/sample.png

Install

Requirements

(use-package hydra)
(use-package browse-at-remote)

Optional dependencies:

For showing information as a popup window you need to install the posframe package.

(use-package posframe)

Optional dependencies

This project is fully compatible with

Melpa

(use-package file-info
  :ensure t
  :bind (("C-c d" . 'file-info-show))
  :config
  (setq hydra-hint-display-type 'posframe)
  (setq hydra-posframe-show-params `(:poshandler posframe-poshandler-frame-center
                                               :internal-border-width 2
                                               :internal-border-color "#61AFEF"
                                               :left-fringe 16
                                               :right-fringe 16)))

Straight

(use-package file-info
  :straight (:host github :repo "artawower/file-info.el")
  :bind (("C-c d" . 'file-info-show))
  :config
  (setq hydra-hint-display-type 'posframe)
  (setq hydra-posframe-show-params `(:poshandler posframe-poshandler-frame-center
                                               :internal-border-width 2
                                               :internal-border-color "#61AFEF"
                                               :left-fringe 16
                                               :right-fringe 16)))

About

All necessary information about current file in hydra + posframe

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •