Skip to content
/ envfs Public

Want an easy way to display your environment variables? Try EnvFS!

License

Notifications You must be signed in to change notification settings

qustavo/envfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

envfs

Want an easyway to display your environment variables? Try envfs!

Example

# Build
$ make

# Run
$ mkdir env
$ ./envfs env

# Play
$ ls ./env
COLORTERM                  rvm_nightly_flag
DBUS_SESSION_BUS_ADDRESS   rvm_path
DISPLAY                    rvm_prefix
...
rvm_gemstone_package_file  XDG_SESSION_ID
rvm_gemstone_url           XDG_VTNR

$ cat env/GOPATH
/home/gchain/.go

# Cleanup
$ fusermount -u env

About

Want an easy way to display your environment variables? Try EnvFS!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages