{"id":19797091,"url":"https://github.com/joom/turkish-deasciifier.vim","last_synced_at":"2025-07-27T02:02:59.310Z","repository":{"id":18573736,"uuid":"21776558","full_name":"joom/turkish-deasciifier.vim","owner":"joom","description":"Vim plugin to use emres/turkish-deasciifier","archived":false,"fork":false,"pushed_at":"2015-07-22T12:09:27.000Z","size":203,"stargazers_count":18,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-11T05:18:18.821Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"VimL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-12T21:07:57.000Z","updated_at":"2024-05-25T21:00:10.000Z","dependencies_parsed_at":"2022-09-07T11:13:20.627Z","dependency_job_id":null,"html_url":"https://github.com/joom/turkish-deasciifier.vim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joom%2Fturkish-deasciifier.vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joom%2Fturkish-deasciifier.vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joom%2Fturkish-deasciifier.vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joom%2Fturkish-deasciifier.vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joom","download_url":"https://codeload.github.com/joom/turkish-deasciifier.vim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241139154,"owners_count":19916461,"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-11-12T07:23:43.074Z","updated_at":"2025-02-28T10:41:05.178Z","avatar_url":"https://github.com/joom.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"turkish-deasciifier.vim\n=======================\n\nThis plugin is a tool to pipe your selection into a Turkish deasciifier, which is based on Deniz Yüret's [turkish-mode](https://github.com/emres/turkish-mode).\n\nIt contains two functions, one to deasciify a selection, and the other to asciify it.\n\nYou can create key mappings for it like this in your .vimrc file:\n\n```vim\nvmap \u003cSpace\u003etr :\u003cc-u\u003ecall Turkish_Deasciify()\u003cCR\u003e\nvmap \u003cSpace\u003ert :\u003cc-u\u003ecall Turkish_Asciify()\u003cCR\u003e\n```\n\n## Demo\n\n![Demo](http://i.imgur.com/BChFSRX.gif)\n\n## Requirements\n\nNote that you need to install an executable Turkish deasciifier program. There are several ports of it in different languages.\n\n**1)** [f/deasciifier](https://github.com/f/deasciifier/) is the easier version to install if you have `node` and `npm` installed. This command would install the deasciifier:\n\n```bash\nnpm install deasciifier -g\n```\n\nThen you have to include this line in your .vimrc file:\n\n```vim\nlet g:turkish_deasciifier_path = 'deasciify'\n```\n\n**2)** [joom/turkish-deasciifier.hs](https://github.com/joom/turkish-deasciifier.hs/) is another easy version to install if you have Haskell installed (`cabal` and `ghc`). This command would install the deasciifier:\n\n```bash\ncabal install turkish-deasciifier\n```\n\nThen you have to include this line in your .vimrc file:\n\n```vim\nlet g:turkish_deasciifier_path = 'turkish-deasciifier'\n```\n\n**3)** [emres/turkish-deasciifier](https://github.com/emres/turkish-deasciifier/) is another deasciifier version that you can use if you have Python installed. Running this command would be a easy way to do so:\n\n```bash\ncd ~/ \u0026\u0026 mkdir -p Library \u0026\u0026 cd Library \u0026\u0026 git clone https://github.com/emres/turkish-deasciifier.git\n```\n\nIf you don't specify a path for the [executable](https://github.com/emres/turkish-deasciifier/blob/master/turkish-deasciify) file, the plugin will assume that it is included in the environment. However, if that is not the case (if you installed [emres/turkish-deasciifier](https://github.com/emres/turkish-deasciifier/) with the command above, it is not), you can specify a path for it in your .vimrc file:\n\n```vim\nlet g:turkish_deasciifier_path = '~/Library/turkish-deasciifier/turkish-deasciify'\n```\n\n\n## Installation\n\nYou can install it the way you install any other plugin with Vundle or Pathogen.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoom%2Fturkish-deasciifier.vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoom%2Fturkish-deasciifier.vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoom%2Fturkish-deasciifier.vim/lists"}