| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-30 | Update README.mdmain | theimpostor | |
| 2024-11-30 | mintty paste functional | theimpostor | |
| 2024-11-23 | add target clipboard argument, fixes #14 | theimpostor | |
| 2024-11-21 | link to issue | theimpostor | |
| 2024-11-21 | Enhance installation instructions in README | theimpostor | |
| 2024-11-21 | add mintty | theimpostor | |
| 2024-11-21 | use more portable escape sequence to terminate string | theimpostor | |
| 2024-11-20 | fix panic send on closed channel | theimpostor | |
| 2024-11-20 | Log tty writes in paste | theimpostor | |
| 2024-11-20 | Enhance I/O logging with debugWriter and debugReader | theimpostor | |
| - Enhance logging capabilities for I/O operations by introducing `debugWriter` and `debugReader` types. - Modify the `copy` function to leverage `debugWriter` for verbose output, improving traceability during execution. | |||
| 2024-11-17 | remove unused function | theimpostor | |
| 2024-11-17 | copy: read all data into memory and report all errors | theimpostor | |
| 2024-11-17 | refactor error handling | theimpostor | |
| 2024-11-17 | wip | theimpostor | |
| 2024-11-17 | Upgrade Go version and dependencies to latest stable | theimpostor | |
| - Update Go version to 1.23 and refresh indirect dependencies. | |||
| 2024-11-17 | Paste: Don't write to stdout while tty is open, also return errors immediately | theimpostor | |
| instead of waiting for timeout. | |||
| 2024-11-16 | Improve debugging and error logging in I/O operations | theimpostor | |
| - Introduce a `debugReader` type to enhance logging of read operations. - Modify initialization logic to allow conditional usage of `debugReader` based on verbosity. | |||
| 2024-11-15 | Refactor clipboard handling and improve error management | theimpostor | |
| - Refactor clipboard handling to use a new `pasteReader` type for improved readability and maintainability. - Streamline the `Read` method to enhance handling of special characters and simplify error management. - Optimize the data reading process by leveraging `io.Copy` for direct output to stdout. | |||
| 2024-11-14 | Ignore initial metadata in paste response, and refactor terminal handling ↵ | theimpostor | |
| for improved readability - Enhance code readability by introducing constants for escape sequences. - Refactor relevant functions to utilize new constants for better maintainability. - Improve error handling and processing logic through clearer comments. | |||
| 2024-11-11 | goreleaser | theimpostor | |
| 2024-11-11 | Update windows support | theimpostor | |
| 2024-11-11 | fix windows support | theimpostor | |
| 2024-08-25 | use smaller chunk size for screen | theimpostor | |
| 2024-08-25 | use /dev/tty with screen always | theimpostor | |
| 2024-08-25 | Replace slog with standard loggers and remove fmt.Sprintf calls | theimpostor | |
| 2024-08-23 | Ensure chunking writer output is buffered | theimpostor | |
| 2024-08-22 | Break up screen copy operation into chunks | theimpostor | |
| 2024-08-22 | docs: Update README | theimpostor | |
| 2024-08-22 | docs: Update README with latest links and info | theimpostor | |
| - Update documentation to reflect changes in iTerm2 paste support and external tool versions - Enhance consistency within document headings - Refresh external links to relevant tools and implementations | |||
| 2024-08-21 | Update README.md | theimpostor | |
| Notes on Neovim | |||
| 2024-08-20 | round out tmux support. requires tmux 3.3 or later. | theimpostor | |
| 2024-08-18 | add check for zellij, unsupported with paste | theimpostor | |
| 2024-08-18 | check stdin readable and update readme | theimpostor | |
| 2024-08-18 | check stdin readable | theimpostor | |
| 2024-08-18 | update readme | theimpostor | |
| 2024-08-18 | update readme | theimpostor | |
| 2024-08-18 | use release version of slog package | theimpostor | |
| 2024-08-18 | Merge pull request #10 from Javex/main | theimpostor | |
| Add support for tmux (#3) | |||
| 2024-08-15 | Add support for tmux (#3) | javex | |
| 2024-07-28 | bump deps | theimpostor | |
| 2024-07-28 | debug log fix | theimpostor | |
| 2024-07-28 | Merge pull request #9 from jrmd54/fix_kitty_empty_paste | theimpostor | |
| Fixed hangout when pasting empty string with kitty | |||
| 2024-07-28 | fixed hangout when pasting empty string with kitty | Nemesis | |
| 2024-03-03 | add a timeout parameter, default 5 seconds | theimpostor | |
| 2024-03-03 | bump deps | theimpostor | |
| 2024-01-14 | bump deps | theimpostor | |
| 2024-01-14 | alacritty config update | theimpostor | |
| 2024-01-14 | Merge pull request #5 from pi12138/main | theimpostor | |
| use ssh tty | |||
| 2023-12-18 | feat: default tty | zyp | |
| 2023-12-18 | feat: update README.md | zyp | |
