Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jagot/hdf5browse.jl


https://github.com/jagot/hdf5browse.jl

Last synced: 6 days ago
JSON representation

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