{"id":16373375,"url":"https://github.com/antham/anyins","last_synced_at":"2026-03-20T13:30:16.317Z","repository":{"id":12458260,"uuid":"15120902","full_name":"antham/anyins","owner":"antham","description":"Insert content at multiple places from shell command or kill-ring","archived":false,"fork":false,"pushed_at":"2015-05-14T09:28:59.000Z","size":683,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-31T21:12:17.378Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/antham.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-11T22:30:29.000Z","updated_at":"2024-08-29T19:32:17.000Z","dependencies_parsed_at":"2022-09-15T00:51:07.948Z","dependency_job_id":null,"html_url":"https://github.com/antham/anyins","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antham%2Fanyins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antham%2Fanyins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antham%2Fanyins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antham%2Fanyins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antham","download_url":"https://codeload.github.com/antham/anyins/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239933636,"owners_count":19720804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T03:14:09.076Z","updated_at":"2026-03-20T13:30:16.257Z","avatar_url":"https://github.com/antham.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Anyins [![Build Status](https://travis-ci.org/antham/anyins.png?branch=master)](https://travis-ci.org/antham/anyins) [![MELPA](http://melpa.org/packages/anyins-badge.svg)](http://melpa.org/#/anyins)\n\nInsert content either from kill-ring or from shell command result at marked point or vertically like rectangular do.\n\n![](https://antham.github.io/anyins/anyins.gif)\n\n### Install\n\nYou can use melpa:\n\n    M-x package-install RET anyins\n\nor you can pull it from here and you have to add in your emacs config :\n\n```elisp\n(add-to-list 'load-path \"/path/to/anyins\")\n(require 'anyins)\n```\n\n### Usage\n\nYou can map `anyins-mode` command to key to start anyins-mode easily :\n\n```elisp\n(global-set-key (kbd \"C-c a\") 'anyins-mode)\n```\n\nWhen you turn anyins-mode on, you can press \u003ckbd\u003eRET\u003c/kbd\u003e to mark point in buffer where you want to insert some contents. After that press \u003ckbd\u003e!\u003c/kbd\u003e to insert result from a shell command or press \u003ckbd\u003ey\u003c/kbd\u003e to insert last entry in kill-ring. \u003ckbd\u003eq\u003c/kbd\u003e will stop anyins-mode leaving everything untouched.\n\nNewline is used as delimitor to split content to insert and content is inserted in same order of recording.\n\n### Commands\n\nKeybinding         | Description\n-------------------|------------------------------------------------------------\n\u003ckbd\u003eRET\u003c/kbd\u003e     | Mark current point in buffer.\n\u003ckbd\u003ey\u003c/kbd\u003e       | Insert last entry from kill-ring.\n\u003ckbd\u003e!\u003c/kbd\u003e       | Insert shell command result.\n\u003ckbd\u003eq\u003c/kbd\u003e       | Abort anyins-mode.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantham%2Fanyins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantham%2Fanyins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantham%2Fanyins/lists"}