tree: 0c58b21c59c69ee85fc47cbb1557fd720e7fcc4e [path history] [tgz]
  1. autoconf/
  2. check_deps/
  3. clang/
  4. dart/
  5. devshell/
  6. fish/
  7. fuzzing/
  8. fxtest/
  9. fxutils/
  10. gce/
  11. git/
  12. gn/
  13. gn_complete/
  14. jiri/
  15. memory/
  16. mkinstaller/
  17. move_source/
  18. owner/
  19. prebuilts/
  20. rust/
  21. scrutiny/
  22. sdk/
  23. status/
  24. style/
  25. tests/
  26. third_party/
  27. unification/
  28. verify_cmdline_params/
  29. versioning/
  30. vim/
  31. wconversion/
  32. youcompleteme/
  33. zsh-completion/
  34. .gitignore
  35. bootstrap
  36. build-qemu.sh
  37. BUILD.gn
  38. build_id_conv.py
  39. build_id_to_debug_id.py
  40. change_testability_review_analyzer.py
  41. collect_lines_to_tree.py
  42. colorize_logs
  43. compare_elf_sizes.py
  44. cq_perf_results.py
  45. fd.py
  46. fetch-build-artifacts
  47. fidl_project_schema.json
  48. find_integration_revision.py
  49. flog
  50. fuchsia-vendored-python3.8
  51. fx
  52. fx-env.fish
  53. fx-env.sh
  54. fx-help.awk
  55. fx-reentry
  56. fx-wrapper
  57. generate-fidl-project.py
  58. generate-fidl-tags.py
  59. generate_cargo.py
  60. generate_cargo_desc.py
  61. git_utils.py
  62. gn_to_cmake.py
  63. hermetic-env
  64. OWNERS
  65. paths.py
  66. README.md
  67. run-zircon-arm64
  68. run-zircon-x86
  69. simplify_stacktraces
  70. start-unsecure-internet.sh
  71. sync-from-stem.py
scripts/README.md

Scripts

This repository is for scripts useful when working with the Fuchsia source code.

fx

fx is the front-door to a collection of scripts that make many tasks related to Fuchsia development easier. It contains a large number of subcommands, which can be discovered by running fx help. If you use bash or zsh as a shell, you can get some auto-completion for fx by sourcing scripts/fx-env.sh into your shell.