Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
GIT-PKGS(1)			 Git Pkgs Manual		     GIT-PKGS(1)

NAME
     git-pkgs-browse - Open installed package source in editor

SYNOPSIS
     git-pkgs browse  [flags]

DESCRIPTION
     Open the source code of an installed package in your editor.

     Detects  the package manager from lockfiles in the current directory, finds
     where the package is installed, and opens it in $EDITOR.

     Examples:
       git-pkgs browse lodash		# open in $EDITOR
       git-pkgs browse lodash --path	# just print the path
       git-pkgs browse lodash --open	# open in file browser
       git-pkgs browse lodash -e npm	# specify ecosystem
       git-pkgs browse serde -m cargo	# specify manager

OPTIONS
     -e, --ecosystem=""      Filter to specific ecosystem

     -h, --help[=false]      help for browse

     -m, --manager=""	   Override detected package manager

     --open[=false]	 Open in file browser instead of editor

     --path[=false]	 Print path instead of opening editor

     -t, --timeout=30s	    Timeout for path lookup

OPTIONS INHERITED FROM PARENT COMMANDS
     --color="auto"	 When to colorize output: auto, always, never

     --include-submodules[=false]      Include git submodules when scanning  for
     manifests

     -p, --pager[=false]      Use pager for output

     -q, --quiet[=false]      Suppress non-essential output

SEE ALSO
     git-pkgs(1)

HISTORY
     11-Jun-2026 Auto generated by spf13/cobra

git-pkgs			    Jun 2026			     GIT-PKGS(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=git-pkgs-browse&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help