Skip to content

Commit

Permalink
[dev] update all http://visidata to https saulpw#187
Browse files Browse the repository at this point in the history
  • Loading branch information
saulpw committed Sep 13, 2018
1 parent 25c6f52 commit ced7ecd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A terminal interface for exploring and arranging tabular data.
- Python 3.4+
- python-dateutil
- other modules may be required for opening particular data sources
- see [requirements.txt](https://github.com/saulpw/visidata/blob/stable/requirements.txt) or the [supported sources](http://visidata.org/man/#loaders) in the vd manpage
- see [requirements.txt](https://github.com/saulpw/visidata/blob/stable/requirements.txt) or the [supported sources](https://visidata.org/man/#loaders) in the vd manpage

## Getting started

Expand Down Expand Up @@ -37,7 +37,7 @@ Please see [/install](https://visidata.org/install) for detailed instructions, a
$ vd [<options>] <input> ...
$ <command> | vd [<options>]

VisiData supports tsv, csv, xlsx, hdf5, sqlite, json and more (see the [list of supported sources](http://visidata.org/man#sources)).
VisiData supports tsv, csv, xlsx, hdf5, sqlite, json and more (see the [list of supported sources](https://visidata.org/man#sources)).

Use `-f <filetype>` to force a particular filetype.

Expand All @@ -58,7 +58,7 @@ If you have a question, issue, or suggestion regarding VisiData, please [create
The core `vdtui.py` can be used to quickly create efficient terminal workflows. These have been prototyped as proof of this concept:

- [vgit](https://github.com/saulpw/vgit): a git interface
- [vsh](http://github.com/saulpw/vsh): a collection of utilities like `vping` and `vtop`.
- [vsh](https://github.com/saulpw/vsh): a collection of utilities like `vping` and `vtop`.
- [vdgalcon](https://github.com/saulpw/vdgalcon): a port of the classic game [Galactic Conquest](https://www.galcon.com)

Other workflows should also be created as separate apps using vdtui. These apps can be very small and provide a lot of functionality; for example, see the included [viewtsv](bin/viewtsv).
Expand Down
2 changes: 1 addition & 1 deletion dev/checklists/add-loader.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
5) set an appropriate `rowtype` string (plural)
6) make a `# rowdef: ` comment describing the structure of a row (e.g. its base class)

For additional reading, see our detailed guide on [writing loaders for VisiData](http://visidata.org/docs/loaders/).
For additional reading, see our detailed guide on [writing loaders for VisiData](https://visidata.org/docs/loaders/).

## Testing the loader

Expand Down
2 changes: 1 addition & 1 deletion dev/visidata-brew.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Visidata < Formula
include Language::Python::Virtualenv
desc "Terminal utility for exploring and arranging tabular data"
homepage "http://visidata.org/"
homepage "https://visidata.org/"
url "https://files.pythonhosted.org/packages/4f/f6/01acfae53ae901756bc7778fc8c6f1ee70d442b5190f8bfe7d54dd35bb19/visidata-1.2.tar.gz"
sha256 "042efc2c43edaf3c3f8bd1bbf3c5d515663db66c41e81eea5f8b09200c2744e1"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
author='Saul Pwanson',
python_requires='>=3.4',
author_email='[email protected]',
url='http://visidata.org',
url='https://visidata.org',
download_url='https://github.com/saulpw/visidata/tarball/' + __version__,
scripts=['bin/vd'],
py_modules = ['visidata'],
Expand Down

0 comments on commit ced7ecd

Please sign in to comment.