# -*- encoding: utf-8 -*- # stub: noty 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "noty".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Emad Elsaid".freeze] s.bindir = "exe".freeze s.date = "2017-05-04" s.description = "# Noty\n\nA bookmarks and snippets manager, stores bookmarks as YAML files and nippets as plain text, utilizes \"Ag silver searcher\" fast search to search your files when you need to open or copy a snippet, that makes its searching capabilities so enourmouse as it's inherited from AG.\n\nNoty is smart, so it react depending on your input, so provide URL and it'll create a bookmark, provide some text and it will search for it in all bookmarks and snippets, if it didn't find any files it will prompt you to create a snippet.\n\nSome common usages could be, bookmarking URL, save snippet of text you liked, save some canned responses and quickly copy it when needed.\n\n## Installation\n\n```bash\n$ gem install noty\n```\n\n## Requirements\n\n1. ag : silver searcher https://github.com/ggreer/the_silver_searcher\n\n### For Linux:\n1. xsel : could be found on most distros official repositories\n2. xdg-open : should be installed with most opendesktop compatible desktop environments\n\n\n## Usage\n\nSnippets and bookmarks manager.\n\n**Usage:**\n```bash\n noty inputs\n```\n\n**Input types:**\n\n1. **url:** e.g \"http://www.example.com\", add URL as a bookmark file\n2. **keyword:** search bookmarks and perform action on it, a single word of multiple words or regex, it is passed to \"ag silver searcher\"\n3. **snippet text:** any multiword text, it will search first if no files contain this text you'll be asked if you want to create a snippet for it\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/blazeeboy/noty.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n".freeze s.email = ["emad.elsaid@blacklane.com".freeze] s.executables = ["noty".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "exe/noty".freeze, "lib/noty.rb".freeze, "lib/noty/version.rb".freeze, "noty.gemspec".freeze] s.homepage = "https://www.github.com/blazeeboy/noty".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Terminal storage for bookmarks or snippets".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.14".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.0".freeze]) end