151 Commits

Author SHA1 Message Date
Yun
27b52eb99b Edit README.md 2018-07-08 11:44:31 +02:00
Marcin Kulik
0e6c310eea Merge branch 'release/2.0.0' 2018-02-10 22:47:22 +01:00
Marcin Kulik
faced69c75 More precise wording about config dir location 2018-02-06 18:41:58 +01:00
Marcin Kulik
e57e4c5ab6 Words 2018-02-05 21:40:37 +01:00
Amr Mohamed
37c645bb18 Add --overwrite option to rec
Closes https://github.com/asciinema/asciinema/issues/249

Add overwrite option to overwrite the recording file if it exists.
The overwrite flag overrides the append option.
2017-12-12 21:30:08 +01:00
Marcin Kulik
331dcf497f Keep UUID out of config file and call it "install ID"
We referred to this locally generated UUID as "API token" which was wrong,
because it doesn't have any special API powers, and is only used to link local
machine with uploaded recordings, so they can later be associated with
asciinema.org account.

It's more of device token or installation ID in nature, so let's call it
"install ID" for short, and keep it at ~/.config/asciinema/install-id.

Keeping it in automatically created config file also turned out to be not the
best idea - the config was mixing user preferences with local, device specific
state, preventing easy publishing of the config (for example in a public
dotfiles repository).
2017-12-04 00:25:50 +01:00
Marcin Kulik
e0dc8fdd8c Playback from new IPFS URL scheme - dweb:/ipfs/ 2017-12-01 23:09:35 +01:00
Marcin Kulik
fe75b4e06c Use .cast ext and application/x-asciicast media type
Closes #224
2017-12-01 22:48:24 +01:00
Marcin Kulik
fb1e25d933 Toggle pause with space + step a frame at a time with period
Based on initial work by by Kelvin Ly (@cactorium, https://github.com/cactorium) in https://github.com/asciinema/asciinema/pull/231/files

Closes #133
Closes #242
2017-11-26 00:35:20 +01:00
Marcin Kulik
226249db06 Improve config file documentation 2017-11-19 18:29:50 +01:00
Marcin Kulik
543baecc62 Document -e option to rec command 2017-11-19 18:29:20 +01:00
Marcin Kulik
d9a15e4c10 Quick intro tweaks 2017-11-18 22:39:55 +01:00
Marcin Kulik
b0dc6f4c07 Add quick intro section to README 2017-11-18 22:09:15 +01:00
Marcin Kulik
f9a7301cf2 Expand doc section about hosting 2017-11-18 21:26:09 +01:00
Marcin Kulik
5ea68f598e Expand doc on cat subcommand 2017-11-18 21:16:24 +01:00
Marcin Kulik
4c4db80725 Fix typo 2017-11-18 16:58:43 +01:00
Marcin Kulik
d8fab1e74d Add asciinema cat command 2017-11-18 16:57:13 +01:00
Marcin Kulik
1ea7892b45 Raw recording mode 2017-11-18 16:21:35 +01:00
Marcin Kulik
85a31d48b0 Update example play from http URLs 2017-11-10 23:08:20 +01:00
Marcin Kulik
2ba6f35096 Mention asciinema rec --append existing.cast in README 2017-11-10 23:01:26 +01:00
Marcin Kulik
ac58f27a2e Rename max-wait to idle-time-limit 2017-10-26 13:21:38 +02:00
Marcin Kulik
6b099cb4f8 Drop short variant of --stdin switch 2017-10-08 19:47:33 +02:00
Marcin Kulik
8cdd2579ff Switch to .cast extension in docs, help messages etc 2017-10-04 20:06:23 +02:00
Marcin Kulik
148b7513ab Document stdin recording via -i option 2017-09-22 23:20:21 +02:00
Marcin Kulik
5bcbd2e8aa Tweak rec subcommand documentation 2017-09-22 22:59:14 +02:00
Marcin Kulik
f270698273 Update readme for master 2017-09-22 21:04:03 +02:00
Marcin Kulik
9da8b387e4 Merge branch 'hotfix/readme' into develop 2017-09-22 21:01:34 +02:00
Marcin Kulik
b333c88a26 Add development branch note to readme 2017-09-22 20:59:47 +02:00
Marcin Kulik
5f2849a7a0 White-listing of captured environment variables 2017-09-22 09:40:34 +02:00
Marcin Kulik
d89adac480 Tweak readme more 2017-09-18 09:10:34 +02:00
Marcin Kulik
2cb98efe8f Reword rec command description 2017-09-18 09:07:34 +02:00
Marcin Kulik
86e3eacddf Remove extra talk from readme 2017-09-18 08:51:20 +02:00
Marcin Kulik
52316aff86 Fix typo 2017-09-17 20:55:12 +02:00
Marcin Kulik
90326a8cdc Improve installation instructions 2017-09-16 21:17:19 +02:00
Marcin Kulik
079910c927 Improve self-hosting note 2017-09-16 11:09:02 +02:00
Marcin Kulik
fb01dedb50 Add pypi version badge 2017-09-16 11:08:32 +02:00
Marcin Kulik
f011fc62fe Link to latest demo cast in readme 2017-09-16 10:36:06 +02:00
Marcin Kulik
89f327062c Fix -w option description in readme 2017-09-16 10:32:50 +02:00
Martin Wimpress
6ee46137ca Add snap install instructions
This pull request adds installation instructions for users of [snap enabled Linux distributions](https://snapcraft.io/docs/core/install). Snaps enable ISVs and projects to make their software available to millions of Linux users via the snap store and directly control delivery of software updates to their users.
2017-04-28 12:01:26 +01:00
Marcin Kulik
9a74fc3aec Document usage of official recorder Docker image 2017-04-12 14:01:17 +02:00
Marcin Kulik
de4493aa3a Mention setuptools requirement 2017-04-12 13:14:44 +02:00
Marcin Kulik
43d1847bdf Warn about API tokens vs public dotfiles repos 2017-04-11 17:44:43 +02:00
Marcin Kulik
a334779148 Document ASCIINEMA_API_TOKEN in README 2017-04-11 17:38:22 +02:00
Marcin Kulik
b79ec2280b Update year in copyright line 2017-01-28 14:06:13 +01:00
Marcin Kulik
4cc5703fb8 Add info about self-hosting 2017-01-28 14:03:10 +01:00
Bastiaan Bakker
93851e03c3 add --speed parameter to play command 2017-01-23 16:27:54 +01:00
Marcin Kulik
f3707845d4 Fix wording 2016-07-12 16:12:24 +02:00
Marcin Kulik
fd4ebf36f9 Update doc for asciinema auth command 2016-07-12 16:10:24 +02:00
Marcin Kulik
04ea73c0f3 Update README 2016-07-05 17:29:33 +02:00
Marcin Kulik
5428c2725a Ability to set -q option in config file 2016-07-03 21:08:44 +02:00