Sha256: 2151b2620326a212bf222245424173e4d79b516edcce1ff71151056cdb46bbb2

Contents?: true

Size: 1.94 KB

Versions: 20

Compression:

Stored size: 1.94 KB

Contents

# hikiutils
Utilities for helping hiki editing.

# Discriptions
Direct file handling utility for hiki text and cache,
and rsync between local and global hiki sites.


# Operation
"hiki" is the command name.

```tcsh
bob% hiki
hiki says 'Hello world'.
Usage: hiki [options]
    -v, --version                    show program Version.
    -s, --show                       show sources
    -a, --add                        add sources info
    -t, --target [VAL]               set target number
    -o, --open [FILE]                open file
    -l, --list [FILE]                list files
    -u, --update [FILE]              update file
    -r, --rsync                      rsync files
```

## Installation

Installed by

```
$ gem install hikimode
```

At the first time of hiki operation, hikirc file is created at home dir.

```
bob% cat ~/.hikirc
---
:target: 0
:editor_command: emacs
:srcs:
- :nick_name: hoge
  :local_dir: hogehoge
  :local_uri: http://localhost/~hoge
  :global_dir: hoge@global_host:/hoge
  :global_uri: http://hoge
```

The directly editing of hikirc file is much easier than using -a option.
Each hiki utility option runs, assuming the editing files lacating locally.

Enjoy hiki world!!

## Development

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/daddygongon/shunkuntype. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.


## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
hikiutils-0.2.3.17 hikiutils.wiki/README.md
hikiutils-0.2.3.16 hikiutils.wiki/README.md
hikiutils-0.2.3.15 hikiutils.wiki/README.md
hikiutils-0.2.3.14 hikiutils.wiki/README.md
hikiutils-0.2.3.13 hikiutils.wiki/README.md
hikiutils-0.2.3.12 hikiutils.wiki/README.md
hikiutils-0.2.3.11 hikiutils.wiki/README.md
hikiutils-0.2.3.9 hikiutils.wiki/README.md
hikiutils-0.2.3.8 hikiutils.wiki/README.md
hikiutils-0.2.3.7 hikiutils.wiki/README.md
hikiutils-0.2.3.6 hikiutils.wiki/README.md
hikiutils-0.2.3.4 hikiutils.wiki/README.md
hikiutils-0.2.3.3 hikiutils.wiki/README.md
hikiutils-0.2.3.2 hikiutils.wiki/README.md
hikiutils-0.2.3.1 hikiutils.wiki/README.md
hikiutils-0.2.3 hikiutils.wiki/README.md
hikiutils-0.2.2 hikiutils.wiki/README.md
hikiutils-0.2.1 hikiutils.wiki/README.md
hikiutils-0.2.0 hikiutils.wiki/README.md
hikiutils-0.1.2 hikiutils.wiki/README.md