aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: badcad9f56633587887a2f2d09cdd516c6523a6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
A command line interface to clinvar.

# Demo

![demo](https://vk3.wtf/clinvar.gif)

# Install

It's just a script, there are dependencies on libxml2, w3m, and FZF. If
you have Nix with flakes enabled you can run it without "installing" by
```
nix run git://vk3.wtf/clinvar.git search-terms ...
```
or put it into your active profile with
```
nix-env -i $(nix eval --raw git://vk3.wtf/clinvar.git)
```


# Contributing

Email me with issues and patches.