mirror of
https://github.com/seejohnrun/haste-client.git
synced 2025-12-17 17:21:29 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b24842ac6f | ||
|
|
636eec2924 | ||
|
|
cf4c274d67 |
@@ -33,6 +33,10 @@ alias work_haste="HASTE_SERVER=http://something.com haste"
|
|||||||
|
|
||||||
After which you can use `work_haste` to send hastes to that server instead.
|
After which you can use `work_haste` to send hastes to that server instead.
|
||||||
|
|
||||||
|
## Windows Support
|
||||||
|
|
||||||
|
If you'd like an alternative on Windows that supports functionality similar to `pbcopy`, check out Aidan Ryan's [WinHaste](https://github.com/ajryan/WinHaste) project.
|
||||||
|
|
||||||
## Author
|
## Author
|
||||||
|
|
||||||
John Crepezzi <john.crepezzi@gmail.com>
|
John Crepezzi <john.crepezzi@gmail.com>
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
#!/usr/bin/env ruby
|
#!/usr/bin/env ruby
|
||||||
|
|
||||||
require File.dirname(__FILE__) + '/../lib/haste'
|
require 'pathname'
|
||||||
|
path = Pathname.new(__FILE__)
|
||||||
|
require File.expand_path(File.dirname(path.realpath) + '/../lib/haste')
|
||||||
|
|
||||||
cli = Haste::CLI.new
|
cli = Haste::CLI.new
|
||||||
cli.start
|
cli.start
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
module Haste
|
module Haste
|
||||||
|
|
||||||
VERSION = '0.1.0'
|
VERSION = '0.1.1'
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user