TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Please review my Mac App

59 点作者 nrj大约 15 年前

17 条评论

nrj大约 15 年前
Hello HN,<p>In my limited spare time I have been working on a small side project, it is an application for Mac OS X called OneWay. To sum it up, it is a contextual FTP, SFTP uploader (upload only) that integrates into the Finder's Context Menu. It allows you to upload any files and folders in your Finder simply by selecting them and right-clicking. You can also easily add frequently used locations to your context menu for future use! <i>And You don't even need the application open!</i><p>Basically my goal was to create the easiest possible uploading solution that is light-weight and doesn't require me to open a Terminal. While applications like Cyberduck and Transmit are great, they really offer way more functionality than I need. I found that 90% of the time when I use FTP/SFTP I am only uploading, and secondly I find that I am often uploading to the same places (host, directory).<p>Of course, there are bugs... But how will I find them if I don't push it out the door already! With that said here are some helpful things to keep in mind.<p>#10.5 (Leopard) Users#<p>Unfortunately there are a few known issues for you. Firstly, it is out of my control but your contextual menu items will be added to your Finder under the "More -&#62; OneWay" menu. If you do NOT see them there at all for some reason, please try restarting your Finder. You can do this by opening a Terminal, and typing `killall Finder`.<p>#10.6 (Snow Leopard) Users#<p>Your contextual menu items will live in the top level of your Finder menu! Though please note that in order to SEE the menu items you MUST have at least 1 file or folder selected. Also note, that if you add enough menu items, OSX will group them all under the "Services" menu instead of in the top level.<p>Thanks for checking out my app guys. Please post any feedback or bugs that you find.<p>Nick
onewland大约 15 年前
I'm sure those example files were legally obtained if you're posting them publicly :)
评论 #1341151 未加载
naish大约 15 年前
Nice! This is a perfect little utility for uploading files to a backup server. I regularly post family photos to a remote server via sftp. ExpanDrive has been my goto solution for ease of use, but OneWay presents even less friction. When my needs are a little more complex I tend to hit the command line.
评论 #1341286 未加载
评论 #1341250 未加载
juliend2大约 15 年前
I tried your app -- nice app. I like the idea.<p>A suggestion: One thing would be nice is the ability to have the url of the file copied into the clipboard once the file is uploaded. Like with TinyGrab, when you take a screenshot and it uploads the image. It would probably mean adding a new textfield (for the base url) in the form for adding a new bookmark. Might be useful for sharing files that you just uploaded.<p>Edit: i didn't think about when you upload multiple files, though. Maybe it would be the last file uploaded?
评论 #1341599 未加载
pclark大约 15 年前
Neat idea. Honestly? I'd find it more valuable to have a "copy to dropbox public folder &#38; copy public url" shortcut.
slig大约 15 年前
Thanks for making it open source! I'm learning iPhone dev and this small app will be great to me to jump on OS X dev later on.
TheKid大约 15 年前
Very nice and Lifehacker picked up your app via the One Thing Well blog. Congrats!<p><a href="http://lifehacker.com/5537304/oneway-puts-ftp-uploads-in-your-right+click-menu" rel="nofollow">http://lifehacker.com/5537304/oneway-puts-ftp-uploads-in-you...</a><p><a href="http://onethingwell.org/post/592716083/oneway" rel="nofollow">http://onethingwell.org/post/592716083/oneway</a>
anotherperson大约 15 年前
For those who have just purchased Transmit 4, it has been overhauled with many Applescript additions. Using that on Snow Leopard, it would be very easy to create your own contextual items with Automator.<p>That being said, if I didn’t already have a nice FTP solution, this would be a great little app.
weaksauce大约 15 年前
Good show mate. I was using cyberduck for something just like this usecase and was getting annoyed at how many clicks it took to upload a couple files many times and thinking to myself I should fork it and add in my usecase to cyberduck. I will be watching this.
magic5227大约 15 年前
One suggestion, an option to use it like tinygrab. Right click, 1) it uploads the file 2) Moves it to trash 3) copies a bit.ly URL to the file<p>Like TinyGrab for files, this would make large file sharing much easier
miles大约 15 年前
Very nice app, nrj!<p>Windows users can use WinSCP for similar functionality:<p><a href="http://tinyapps.org/blog/windows/200710220700_send_to_sftp.html" rel="nofollow">http://tinyapps.org/blog/windows/200710220700_send_to_sftp.h...</a>
bdittmer大约 15 年前
I've been thinking about building something like this for years, I have just never had the bandwidth to get around to it. Thank you for doing it for me!
csytan大约 15 年前
Somewhat off topic CSS suggestion. Add this to your header :)<p><pre><code> border-bottom: 1px solid #C7C9CB;</code></pre>
评论 #1342129 未加载
nostromo大约 15 年前
This is cool, thanks! I wish it supported Amazon's S3 -- the tool I'm currently using is terrible. :-)
评论 #1341589 未加载
acid_bath大约 15 年前
I will definitely use this. Going to install it when I get home [no Mac at work :( ].
eande大约 15 年前
tried OneWay out, works great, really easy to use. Great work. Thank you.
clammer大约 15 年前
I'm not a mac user, but I really think this is a great idea. Your website does a good job at informing the visitor about the software and I think the benefit is clear to the right visitors.<p>Good luck.