Giter Club home page Giter Club logo

myd-3.4-plus's Introduction

myd

myd-3.4-plus Japanse official site is here.

MyD

MyD is very powerful and useful CUI base dictionaly tool by Copyright (C) 2000-2001 Hironori FUJII.

FEATURES

  • support X Window Selection (you can input search word use double click on kterm or emacs or more.)
  • incremental search
  • High performance using Binary Search.
  • case-insensitive.
  • emacs key bind.

myd-3.4-plus

myd-3.4-plus is a few extension of MyD.

MyD's X Window Selection FEATURE is very very useful. But not in X Window environment that FEATURE is not work and still require X Window libraries. So, myd-3.4-plus provide configure option that disable X Window FEATURE.

myd-3.4-plus provide '-1' command line option. execute "$ myd -1" that will random output a line from dictionary and exit. This option is useful for output dictionaly result every command line prompt.

(.zshrc)
precmd() {
  PROMPT="[`myd -1`]$
->"
}

FEATURES

  • provide --disable-x-window-selection option in configure script.
  • provide '-1' command line option.

install

  1. Install Automake
$ sudo apt install automake1.11 build-essential
  1. Check out myd-3.4-plus`.
$ git clone git://github.com/shinoburc/myd-3.4-plus
  1. Configure
$ cd myd-3.4-plus
$ ./configure
or if you do not use X Window Selection
$ ./configure --disable-x-window-selection
  1. Make install
$ make
$ sudo make install
  1. Download and install GENE95(http://www.namazu.org/~tsuchiya/sdic/data/gene.html) dictionaly
$ sh ./install-gene95.sh

or

$ wget http://www.namazu.org/~tsuchiya/sdic/data/gene95.tar.bz2
$ tar jxf gene95.tar.bz2
$ mkdir ~/.myd (or mkdir /usr/local/share/myd if you install system space.)
$ nkf -w gene.txt > ~/.myd/dict.txt

Getting Started

$ myd
or
$ myd -1

Have fun!

myd-3.4-plus's People

Contributors

shinoburc avatar

Stargazers

azu avatar Mitsuhide Nefo avatar

Watchers

 avatar James Cloos avatar

Forkers

fujii

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.