Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jagot/hdf5browse.jl
https://github.com/jagot/hdf5browse.jl
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jagot/hdf5browse.jl
- Owner: jagot
- Created: 2019-04-01T10:04:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T11:47:34.000Z (almost 6 years ago)
- Last Synced: 2024-11-15T18:34:59.431Z (2 months ago)
- Language: Julia
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: HDF5Browse.jl
#+AUTHOR: Stefanos Carlström
#+EMAIL: [email protected]Simple utility to print the structure of a HDF5 file.
* Usage
Until it has been turned into a proper CLI, clone this repository
into =~/.julia/dev= and put the following in your shell config:#+BEGIN_SRC sh
alias hdf5browse="julia --color=yes -e 'using Pkg; pkg\"activate ~/.julia/dev/HDF5Browse\"; using HDF5Browse; HDF5Browse.cli()'"
#+END_SRC