Commit Graph

45 Commits

Author SHA1 Message Date
Mohammad Anas Fares 6a2fa28383 Upgarade dependencies 2024-08-29 02:37:59 +02:00
Mohammad Fares e0b5107233 Change the config directory to be under ~/.config for Mac and Linux 2023-07-15 20:44:27 +02:00
Mohammad Fares 2533271eca Render in the created temporry directory 2023-07-09 12:29:12 +02:00
Mohammad Fares 1a75305ea8 Add renderDir 2023-07-09 11:59:16 +02:00
Mohammad Fares 65b47f8e01 Remove is.js 2023-07-08 12:16:31 +02:00
Mohammad Fares 6f10cf3114 Removing Flowa 2023-07-08 12:05:47 +02:00
Mohammad Fares d4abac9da5 Updating terminalizer website 2023-07-08 11:19:52 +02:00
Nikola Marić 797860e805 Merge branch 'master' of github.com:faressoft/terminalizer 2023-07-07 17:48:17 +02:00
Mohammad Fares be7b1533d7 Switch to node-pty-prebuilt-multiarch and upgrade Electron 2022-09-05 20:54:57 +02:00
Nikola Maric d2d5ff1c23 fix: Check progress to declare rendering done 2020-05-06 20:59:19 +02:00
Nikola Marić 771548edde
fix: Kill render process before rejecting
* Beautify warning/error logs

Co-authored-by: Miraculous Owonubi <omiraculous@gmail.com>
2020-05-05 10:05:59 +00:00
Nikola Maric d37b7330bf fix: Don't kill render process on stderr output 2020-05-04 19:57:31 +02:00
Nikola Maric ee30de6339 fix: Render without GPU on specific electron error
* Check the stderr for specific GPU related error
* Kill the failed process if it throws errors
* Reattach to events on retry properly
* Use faster `Date.now()`
2020-05-03 16:14:04 +02:00
Nikola Maric f0b0b94cbf fix: Render without GPU if electron crashes
Fixes https://github.com/faressoft/terminalizer/issues/96 - sometimes rendering fails when GPU is used.
This update first tries rendering with GPU, and if that fails it retries with disabled GPU.
This is a workaround for electron issue.
2020-04-24 12:05:01 +02:00
Mohammad Fares 6e2cfc056f Add skip-sharing option and enhance user experince for sharing after recording 2020-04-18 21:41:00 +02:00
Mohammad Fares d3e2d41be6 Exit when the user press `ctl+c` when waiting to add the token and press any key to continue for the `share` command 2019-01-26 17:12:59 +01:00
Mohammad Fares ed1178a65c Respect cwd from configs for recording 2019-01-26 16:43:48 +01:00
Mohammad Fares 516bb97726 Invoke the share command after finish recording 2018-11-25 16:25:22 +02:00
Mohammad Fares 52d6bebe90 Use the new revamped DI 2018-11-25 14:51:28 +02:00
Mohammad Fares f78ad0ab61 Handle unexpected sharing responses 2018-11-15 19:32:14 +02:00
Mohammad Fares b5f2dfb05c Print rendering errors with trimming of spaces 2018-11-04 18:15:19 +02:00
Mohammad Fares ae1d56c81c Implement the task 2018-10-14 22:04:51 +03:00
Mohammad Fares 17b552f887 Implement the task 2018-10-14 22:04:29 +03:00
Mohammad Fares a557d4b1e6 Implement the task 2018-10-14 22:04:05 +03:00
Mohammad Fares b2baae6e98 Add tasks flow for the command 2018-10-14 22:03:22 +03:00
Mohammad Fares 506e1de49e Call the command if the global config directory is not created 2018-10-14 22:02:51 +03:00
Mohammad Fares 340278836d Add isSet() 2018-10-14 22:01:47 +03:00
Mohammad Fares 7b2513c5fd Add a param to the method to print the url of the uploaded recording in the command 2018-10-14 21:59:08 +03:00
Mohammad Fares b11e706605 Set argv.recordingFile value to the absolute path of the recording instead of reading its content 2018-10-14 21:58:13 +03:00
Mohammad Fares 17000061b0 Remove extra code for error handling in the command 2018-10-14 21:56:57 +03:00
Mohammad Fares 0dfaa5d00d Fix error handling in the command 2018-10-14 21:56:12 +03:00
Mohammad Fares e304c37012 Add remove process.exit() from the command 2018-10-14 21:55:30 +03:00
Mohammad Fares 66b8c61053 Add remove process.exit() from the command 2018-10-14 21:55:13 +03:00
Mohammad Fares 7afc17ba6d Add the init command 2018-10-01 12:29:54 +03:00
Mohammad Fares bbd2ff0c20 Remove extra variable 2018-10-01 12:26:35 +03:00
Mohammad Fares 14b18754df Use copySync instead of copy in the config command 2018-10-01 12:26:19 +03:00
Mohammad Fares 5ff5c06116 Fix the frames durations in the generated GIF images 2018-08-25 01:31:33 +03:00
Mohammad Fares d698e2ea67 Fix pngjs bug that caused by piping a stream into it. Read png files then pass them into .parse method instead of piping 2018-08-22 17:22:10 +03:00
Mohammad Fares 92e8053bf7 Remove the name of the pty to take the default one 2018-08-15 19:22:14 +03:00
Mohammad Fares 16b859b0f4 Fix typos 2018-08-05 02:46:01 +03:00
Armando Lüscher 68ce7b68f7
Fix various typos and copy-paste mistakes. 2018-07-28 16:04:41 +00:00
Mohammad Fares c4cc8886a5 Skip Electron's logs or new lines 2018-07-25 16:46:32 +03:00
Mohammad Fares 8d36807de1 Add recording exit intruction 2018-07-24 12:12:05 +03:00
Mohammad Fares d66723ba10 Change the default command for non-windows os to be bash -l 2018-07-23 01:36:46 +03:00
Mohammad Fares d1153e58ba first commit 2018-07-23 01:34:35 +03:00