Commit Graph

139 Commits

Author SHA1 Message Date
Marcin Kulik
b86f7cb529 Update README 2023-03-16 17:18:45 +01:00
Marcin Kulik
db3a17df32 Update copyright notice, once and for all 2023-02-21 17:49:22 +01:00
Marcin Kulik
5e39546e79 Add --loop option to play command 2022-05-15 19:00:29 +02:00
Marcin Kulik
4550bdb739 Add --out-fmt option to play command 2022-05-14 23:11:09 +02:00
Marcin Kulik
675b37d535 Add --stream option to play command 2022-05-14 14:24:53 +02:00
Marcin Kulik
f3af768f56 Merge branch 'develop' 2022-05-07 20:33:28 +02:00
Marcin Kulik
e4e7f8f320 Fix pause keyboard shortcut in docs 2022-05-07 11:17:08 +02:00
Marcin Kulik
fd09df89f6 Option to override cols/rows of the recorded process
This adds `--cols <n>` / `--rows <n>` options to `rec` command. This disables
autodection of terminal size, and reports fake fixed number of columns/rows to
the recorded process.
2022-02-17 21:54:30 +01:00
Davis Schirmer
b7190924e0 Fix merge conflicts in README 2022-02-12 15:53:53 -05:00
Fredrik Mellström
d6970b239a Recommend pipx installation 2021-12-13 21:59:59 +01:00
Christian Felder
cb41544e57 README: update version mentioned for base image 2021-12-04 12:44:38 +01:00
Davis Schirmer
533b074759 [doc] Update README
* Add example command for running Docker container as a non-root userx
* Update syntax highlighing
2021-11-05 01:13:53 -04:00
Marcin Kulik
e08109f99a Fix markdown formatting in README 2021-10-02 21:46:30 +02:00
Marcin Kulik
24f45256e7 Merge branch 'release/2.1.0' 2021-10-02 21:42:45 +02:00
Marcin Kulik
7bebc41a82 Words 2021-10-02 21:38:19 +02:00
Marcin Kulik
a97117f3c4 Better doc on desktop notifications 2021-10-02 21:12:35 +02:00
Marcin Kulik
6fefeec585 Update README with regards to keyboard shortcuts 2021-10-02 20:58:24 +02:00
Marcin Kulik
b28354b8d4 Update year in copyright notice 2021-10-02 20:24:10 +02:00
Marcin Kulik
9910f6c863 Update build status badge 2021-10-02 16:44:28 +02:00
Marcin Kulik
2439b01ff4 Fix broken link in README 2021-01-03 18:58:24 +01:00
Marcin Kulik
d966bd013c Fix demo cast URL in README 2020-12-28 12:34:35 +01:00
Marcin Kulik
47c4466f90 Fix demo cast URL in README 2020-12-28 12:32:12 +01:00
Marcin Kulik
0eec28ddb2 Configurable hotkeys for playback 2020-05-17 23:19:12 +02:00
Marcin Kulik
c85a4a7acd Configurable hotkeys for recording 2020-05-17 23:19:12 +02:00
Marcin Kulik
350d5e9d8b Explain env var in custom notification command 2019-09-08 11:30:46 +02:00
Marcin Kulik
bc793d541c Custom notification command + disabling notifications 2019-09-08 11:30:46 +02:00
David Bradway
30ed6cb98c fix typo 2019-04-10 11:31:21 +02:00
Marcin Kulik
53d0dbbfbb "Pausing" is better than "muting" 2019-03-30 19:54:13 +01:00
Marcin Kulik
bfa266c470 Document muting 2019-03-30 19:54:13 +01:00
Marcin Kulik
d56f275a1b Update year in copyright notice 2019-01-12 20:38:12 +01:00
Marcin Kulik
21dd13d415 Remove extra whitespace 2019-01-12 20:37:02 +01:00
Marcin Kulik
4633c87c77 Use asciinema binary as entrypoint in Docker container 2019-01-12 20:33:08 +01:00
Marcin Kulik
cc73910933 Upgrade Docker image to Ubuntu 18.04 2019-01-12 20:32:48 +01:00
Marcin Kulik
ef2a0f2d18 Move Docker installation option lower - it's not very useful anyway 2019-01-12 20:08:02 +01:00
Marcin Kulik
ab1be29888 Merge branch 'release/2.0.2' 2019-01-12 19:58:29 +01:00
Marcin Kulik
1d5ea44e83 Use SVG in demo image link 2018-11-14 09:09:18 +01:00
Ingo Blechschmidt
004b34b37b Fix a couple of tiny typos 2018-10-22 21:59:10 +02:00
Marcin Kulik
d4d0480c4f Remove snap installation method since it's unmaintained ATM 2018-09-10 09:15:10 +02:00
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