├── .gitignore ├── CommandLineTools.groupproj ├── EOLConv.Converters.pas ├── LICENSE.md ├── README.md ├── cal.dpr ├── cal.dproj ├── cal.res ├── echoc.dpr ├── echoc.dproj ├── echoc.res ├── eolconv.dpr ├── eolconv.dproj ├── eolconv.res ├── exact.dpr ├── exact.dproj ├── exact.res ├── slack.dpr ├── slack.dproj ├── slack.res ├── whereis.dpr ├── whereis.dproj └── whereis.res /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvelthuis/CommandLineTools/HEAD/.gitignore -------------------------------------------------------------------------------- /CommandLineTools.groupproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvelthuis/CommandLineTools/HEAD/CommandLineTools.groupproj -------------------------------------------------------------------------------- /EOLConv.Converters.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvelthuis/CommandLineTools/HEAD/EOLConv.Converters.pas -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvelthuis/CommandLineTools/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvelthuis/CommandLineTools/HEAD/README.md -------------------------------------------------------------------------------- /cal.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvelthuis/CommandLineTools/HEAD/cal.dpr -------------------------------------------------------------------------------- /cal.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvelthuis/CommandLineTools/HEAD/cal.dproj -------------------------------------------------------------------------------- /cal.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvelthuis/CommandLineTools/HEAD/cal.res -------------------------------------------------------------------------------- /echoc.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvelthuis/CommandLineTools/HEAD/echoc.dpr -------------------------------------------------------------------------------- /echoc.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvelthuis/CommandLineTools/HEAD/echoc.dproj -------------------------------------------------------------------------------- /echoc.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvelthuis/CommandLineTools/HEAD/echoc.res -------------------------------------------------------------------------------- /eolconv.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvelthuis/CommandLineTools/HEAD/eolconv.dpr -------------------------------------------------------------------------------- /eolconv.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvelthuis/CommandLineTools/HEAD/eolconv.dproj -------------------------------------------------------------------------------- /eolconv.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvelthuis/CommandLineTools/HEAD/eolconv.res -------------------------------------------------------------------------------- /exact.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvelthuis/CommandLineTools/HEAD/exact.dpr -------------------------------------------------------------------------------- /exact.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvelthuis/CommandLineTools/HEAD/exact.dproj -------------------------------------------------------------------------------- /exact.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvelthuis/CommandLineTools/HEAD/exact.res -------------------------------------------------------------------------------- /slack.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvelthuis/CommandLineTools/HEAD/slack.dpr -------------------------------------------------------------------------------- /slack.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvelthuis/CommandLineTools/HEAD/slack.dproj -------------------------------------------------------------------------------- /slack.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvelthuis/CommandLineTools/HEAD/slack.res -------------------------------------------------------------------------------- /whereis.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvelthuis/CommandLineTools/HEAD/whereis.dpr -------------------------------------------------------------------------------- /whereis.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvelthuis/CommandLineTools/HEAD/whereis.dproj -------------------------------------------------------------------------------- /whereis.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvelthuis/CommandLineTools/HEAD/whereis.res --------------------------------------------------------------------------------