Skip to content

danihek/dpcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DPCS

Dependency Check Search

Preview

Why

I started using wlroots for my wayland compositor so I wanted to have quicker access to source code of libraries to know what am I even doing.

Languages Support

Currently it's working only for C libraries with pkg-config.

Dependecies:

  • fzf
  • bat
  • ripgrep
  • pkg-config
  • git (optional)
  • some text editor, works best with vim and nvim

Usage:

Run dpcs in your project directory and add your dependecies to a file! Now you can browse really fast source code of libraries with ripgrep & fzf & bat!

How does this work?

Script creates hash of initial git commit or path of current folder, and stores dependencies in ~/.cache/dpcs/$HASH that can be accessed later.

About

Dependecies search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published