Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 16, 2018 06:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/d66a1a8cfce83f59edd01318eca45004 to your computer and use it in GitHub Desktop.
Save ryantm/d66a1a8cfce83f59edd01318eca45004 to your computer and use it in GitHub Desktop.
/nix/store/179mhhp7x9fnihmsppw4d7ayfl4abcr2-fswatch-1.14.0
├── bin
│   └── fswatch
├── include
│   └── libfswatch
│   ├── c
│   │   ├── cevent.h
│   │   ├── cfilter.h
│   │   ├── cmonitor.h
│   │   ├── error.h
│   │   ├── libfswatch.h
│   │   ├── libfswatch_log.h
│   │   └── libfswatch_types.h
│   └── c++
│   ├── event.hpp
│   ├── filter.hpp
│   ├── inotify_monitor.hpp
│   ├── libfswatch_exception.hpp
│   ├── libfswatch_map.hpp
│   ├── libfswatch_set.hpp
│   ├── monitor_factory.hpp
│   ├── monitor.hpp
│   ├── path_utils.hpp
│   ├── poll_monitor.hpp
│   └── string_utils.hpp
├── lib
│   ├── libfswatch.la
│   ├── libfswatch.so -> libfswatch.so.11.0.1
│   ├── libfswatch.so.11 -> libfswatch.so.11.0.1
│   └── libfswatch.so.11.0.1
└── share
├── doc
│   └── fswatch
│   ├── ABOUT-NLS
│   ├── AUTHORS
│   ├── AUTHORS.libfswatch
│   ├── CONTRIBUTING.md
│   ├── COPYING
│   ├── NEWS
│   ├── NEWS.libfswatch
│   ├── README.bsd
│   ├── README.codestyle
│   ├── README.freebsd
│   ├── README.gnu-build-system
│   ├── README.illumos
│   ├── README.libfswatch.md
│   ├── README.linux
│   ├── README.md
│   ├── README.osx
│   ├── README.smartos
│   ├── README.solaris
│   └── README.windows
├── info
│   ├── dir
│   └── fswatch.info
├── locale
│   ├── en@boldquot
│   │   └── LC_MESSAGES
│   │   └── fswatch.mo
│   ├── en@quot
│   │   └── LC_MESSAGES
│   │   └── fswatch.mo
│   ├── es
│   │   └── LC_MESSAGES
│   │   └── fswatch.mo
│   └── it
│   └── LC_MESSAGES
│   └── fswatch.mo
└── man
└── man7
└── fswatch.7.gz
21 directories, 49 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment