fs
fs copied to clipboard
📁 FS: Windows, Linux, Mac Driver
As mentioned in PR https://github.com/dominicletz/mix_rebar3/pull/1, mix_rebar3 package, a dependency of fs, is forcing the use of version 1.11 when version 1.10 can be fully supported by it.
`fswatch` supports unix, freebsd and mac, so it looks like a nice alternative. I am posting it here in case someone wants to tackle it: https://github.com/emcrisostomo/fswatch
Trying to start n2o: ``` g@crayon2:~/work/n2o/samples % ./mad repl Configuration: [{n2o,[{port,8000}, {app,review}, {upload,"./apps/review/priv/static/"}, {search,"/Users/5HT/depot/synrc/synrc.com/apps/*/doc/web/*.htm"}, {route,routes}, {mq,n2o_mq}, {formatter,bert}, {log_modules,config}, {log_level,config}, {log_backend,n2o_log}, {session,n2o_session}, {origin,}, {bridge,n2o_cowboy}, {pickler,n2o_pickle}, {erroring,n2o_error}, {event,pickle}]}, {kvs,[{dba,store_mnesia}, {schema,[kvs_user,kvs_acl,kvs_feed,kvs_subscription]}]}] Applications: [kernel,stdlib,fs,ranch,crypto,compiler,syntax_tools,mnesia,...
We currently depend on `fs` for the following part of our application. https://github.com/kittoframework/kitto/blob/master/lib/kitto/code_reloader.ex#L38 As you can see, we perform an action when the user creates or changes a file, another...
Exfswatch just switched to using version tagged with1.9 in dependencies [recently](https://github.com/falood/exfswatch/blob/master/mix.exs). And I found that backend module is now unavailable. Scrrenshot is from Ubuntu, but it's the same on my...
`line_to_event` exception on CentOS when monitoring a file. inotifywait returns event in the following format. `"/one/two/file CLOSE_WRITE,CLOSE"`
Hi I am interested to use this library. One thing I realize is that this gets the root path from the envrionment or cwd, which could mean that this only...
Hi! I'm trying to use `fs` with `start_link` on macOS (last version, 14.4.1, with Erlang/OTP 26), to watch my source files, and I don't know if I'm using it wrongly...